#02067D

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

Shades of Navy #02067D

Tints of Navy #02067D

Color information

#02067D (or 0x02067D) is unknown color: approx Navy. HEX triplet: 02, 06 and 7D. RGB value is (2,6,125). Sum of RGB (Red+Green+Blue) = 2+6+125=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 125 (49.22% from 255 or 93.98% from 133); Max value from RGB is 125 - color contains mainly: blue. Hex color #02067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02067D is #FDF982. Grayscale: #111111. Windows color (decimal): -16644483 or 8193538. OLE color: 8193538.

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

Color convert

RGB26125-
CMYK0.980.9500.51
HSL238.05º96.85%24.9%-
HSV(B)238.05º98.4%49.02%-
XYZ3.791.6219.52-
YUV18.37188.17116.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 125 (49.22% from 255) = 93.98%
R=1.50%
G=4.51%
B=93.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261250.980.9500.51238.0596.8524.9
Hex267D625F033ee6119
Octal2617514213706335614131
Binary10110111110111000101011111011001111101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02067D; }

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

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

<style>
 a { background-color: #02067D; }

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

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

<style>
 span { border-color: #02067D; }

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

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