#0D027D

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

Shades of Navy #0D027D

Tints of Navy #0D027D

Color information

#0D027D (or 0x0D027D) is unknown color: approx Navy. HEX triplet: 0D, 02 and 7D. RGB value is (13,2,125). Sum of RGB (Red+Green+Blue) = 13+2+125=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 125 (49.22% from 255 or 89.29% from 140); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D027D is #F2FD82. Grayscale: #121212. Windows color (decimal): -15924611 or 8192525. OLE color: 8192525.

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

Color convert

RGB132125-
CMYK0.900.9800.51
HSL245.37º96.85%24.9%-
HSV(B)245.37º98.4%49.02%-
XYZ3.891.6119.51-
YUV19.31187.64123.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 125 (49.22% from 255) = 89.29%
R=9.29%
G=1.43%
B=89.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1321250.900.9800.51245.3796.8524.9
HexD27D5A62033f56119
Octal15217513214206336514131
Binary110110111110110110101100010011001111110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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