COLOR #012565

HEX: #012565
RGB: (1,37,101)

Renk bilgisi

#012565 contains mainly blue color. #012565 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#012565 color RGB value is (1,37,101).

  • kırmız ton 1;
  • yeşil ton 37;
  • mavi ton 101.
RGB:
(1,37,101)
(0%,15%,40%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 37 of 255 = 15%
B 101 of 255 = 40%

1
37
101

R + G + B ~ 18%. #012565 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 37 + 101 = 139 (100%)
R 1 of 139 ~ 0.72%
G 37 of 139 ~ 26.62%
B 101 of 139 ~ 72.66%

%26.62
%72.66

CMYK RENK MODELİ

#012565 rengi CMYK tonu (99,63,0,60).

  • camgöbeği tonu 99.01%
  • eflatun tonu 63.37%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(99,63,0,60)
C99M63Y0K60 
(99%,63%,0%,60%)
(0.99/0.63/0.00/0.60)	

CMYK yüzdeleri

%99.01
%63.37
%0
%60.39

Codes

Color #012565 in popluar color models

012565
RGB137101
HSL218°98.04%20.00%
HSB/HSV218°99.01%39.61%
CMYK99.01%63.37%0.00%
60.39%

Color #012565 in popluar number systems.

HEX012565
Decimal137101
Binary11001011100101
Octal145145

Shades and tints

Shades of #012565

#012565
(1,37,101)
#01225C
(1,34,92)
#011F53
(1,31,83)
#011C4A
(1,28,74)
#011941
(1,25,65)
#011638
(1,22,56)
#01132F
(1,19,47)
#011026
(1,16,38)
#010D1D
(1,13,29)
#010A14
(1,10,20)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #012565

#012565
(1,37,101)
#183873
(24,56,115)
#2F4B81
(47,75,129)
#465E8F
(70,94,143)
#5D719D
(93,113,157)
#7484AB
(116,132,171)
#8B97B9
(139,151,185)
#A2AAC7
(162,170,199)
#B9BDD5
(185,189,213)
#D0D0E3
(208,208,227)
#E7E3F1
(231,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012565 color. Also use rgb(1,37,101) instead hex code.

Text Font Color

.myTextColor { color: #012565; }

<p style="color:#012565">This sample text font color is #012565.</p>

This text font color is #012565.


Background Color

.myBgColor { background-color: #012565; }

<div style="background-color:#012565">Inner text</div>

This div background color is #012565.


Border color

.myBorderColor { border: 1px solid #012565; }

<div style="border:3px solid #012565">Div</div>

This div border color is #012565.


Opacity

.myOpacity80 { color: #012565; opacity: 0.8; }

<p style="color:#012565;opacity:0.8;">80%</p>

Text with #012565 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #012565;}

<p style="text-shadow: 3px 3px 1px #012565">Text here.</p>

This text has shadow with #012565 color.

.textShadow {text-shadow: 3px 3px 1px #012565, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #012565, 5px 5px 20px red">Text here.</p>

This text has shadow with #012565 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#012565, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#012565, Direction=45, Strength=4)">Text</p>

This text has shadow with #012565 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #012565;
  -webkit-box-shadow:	1px 1px 3px 2px #012565;
  box-shadow:		1px 1px 3px 2px #012565;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #012565;
-webkit-box-shadow: 1px 1px 3px 2px #012565;
box-shadow:1px 1px 3px 2px #012565;">
Div content here</div>
This div box has shadow with color #012565.

Preview

Color preview on black background

This text has color #012565 on black background.


Color preview on white background

This text has color #012565 on white background.



Black color preview on #012565 background

This text has black color on #012565 background.


White color preview on #012565 background

This text has white color on #012565 background.