#0D027F

Color #0D027F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0D027F

Tints of Navy #0D027F

Color information

#0D027F (or 0x0D027F) is unknown color: approx Navy. HEX triplet: 0D, 02 and 7F. RGB value is (13,2,127). Sum of RGB (Red+Green+Blue) = 13+2+127=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 127 (50% from 255 or 89.44% from 142); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D027F is #F2FD80. Grayscale: #131313. Windows color (decimal): -15924609 or 8323597. OLE color: 8323597.

HSL color Cylindrical-coordinate representation of color #0D027F: hue angle of 245.28º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D027F is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB132127-
CMYK0.900.9800.50
HSL245.28º96.9%25.29%-
HSV(B)245.28º98.43%49.8%-
XYZ4.021.6620.19-
YUV19.54188.64123.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 127 (50% from 255) = 89.44%
R=9.15%
G=1.41%
B=89.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1321270.900.9800.50245.2896.925.29
HexD27F5A62032f56119
Octal15217713214206236514131
Binary110110111111110110101100010011001011110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D027F; }

 p { color: rgb(13,2,127); }

 H1.HeaderClassName
 {
   color: #0D027F;
 }
 .AnyTagClassName
 {
   color: #0D027F;
 }
</style>
background-color css

<style>
 a { background-color: #0D027F; }

 a { background-color: rgb(13,2,127); }

 div.DivClassName
 {
   background-color: #0D027F;
 }
 .BgClassName
 {
   background-color: #0D027F;
 }
</style>
border-color css

<style>
 span { border-color: #0D027F; }

 span { border-color: rgb(13,2,127); }

 td.TdClassName
 {
   border-color: #0D027F;
 }
 .TagClassName
 {
   border-color: #0D027F;
 }
</style>