#020D7D

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

Shades of Navy #020D7D

Tints of Navy #020D7D

Color information

#020D7D (or 0x020D7D) is unknown color: approx Navy. HEX triplet: 02, 0D and 7D. RGB value is (2,13,125). Sum of RGB (Red+Green+Blue) = 2+13+125=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 13 (5.47% from 255 or 9.29% 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 #020D7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D7D is #FDF282. Grayscale: #161616. Windows color (decimal): -16642691 or 8195330. OLE color: 8195330.

HSL color Cylindrical-coordinate representation of color #020D7D: hue angle of 234.63º 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 #020D7D is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB213125-
CMYK0.980.9000.51
HSL234.63º96.85%24.9%-
HSV(B)234.63º98.4%49.02%-
XYZ3.871.7819.54-
YUV22.48185.86113.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2131250.980.9000.51234.6396.8524.9
Hex2D7D625A033eb6119
Octal21517514213206335314131
Binary101101111110111000101011010011001111101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020D7D; }

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

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

<style>
 a { background-color: #020D7D; }

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

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

<style>
 span { border-color: #020D7D; }

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

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