Html Css Color HEX #02067C Navy

📋 copy color: '#02067C'

red 2 ◦ green 6 ◦ blue 124

#02067C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #02067C

Tints of Navy #02067C

RGB

 RED value IS 2 (1.17% from 255) = 1.52%

 GREEN value IS 6 (2.73% from 255) = 4.55%

 BLUE value IS 124 (48.83% from 255) = 93.94%

R = 1.52%
G = 4.55%
B = 93.94%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02067C (or 0x02067C) is known color: Navy. HEX triplet: 02, 06 and 7C. RGB value is (2,6,124). Sum of RGB (Red+Green+Blue) = 2+6+124=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 124 (48.83% from 255 or 93.94% from 132); Max value from RGB is 124 - color contains mainly: blue. Hex color #02067C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02067C is #FDF983. Grayscale: #111111. Windows color (decimal): -16644484 or 8128002. OLE color: 8128002.

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

Color convert

RGB 2 6 124 -
CMYK 0.98 0.95 0 0.51
HSL 238.03º 0.97% 0.25% -
HSV(B) 238.03º 0.98% 0.49% -
XYZ 3.73 1.6 19.18 -
YUV 18.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 2 6 124 0.98 0.95 0 0.51 238.03 0.97 0.25
Hex 2 6 7C 62 5F 0 33 EE 61 19
Octal 2 6 174 142 137 0 63 356 141 31
Binary 10 110 1111100 1100010 1011111 0 110011 11101110 1100001 11001

Color Harmonies of #02067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02067C

Black with #02067C

Text Example


Text Example

White with #02067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02067C;
 }
 .AnyTagClassName
 {
   color: #02067C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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