Html Css Color HEX #02047C Navy

📋 copy color: '#02047C'

red 2 ◦ green 4 ◦ blue 124

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

Shades of Navy #02047C

Tints of Navy #02047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 1.54%
G = 3.08%
B = 95.38%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02047C (or 0x02047C) is known color: Navy. HEX triplet: 02, 04 and 7C. RGB value is (2,4,124). Sum of RGB (Red+Green+Blue) = 2+4+124=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 124 (48.83% from 255 or 95.38% from 130); Max value from RGB is 124 - color contains mainly: blue. Hex color #02047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02047C is #FDFB83. Grayscale: #101010. Windows color (decimal): -16644996 or 8127490. OLE color: 8127490.

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

Color convert

RGB 2 4 124 -
CMYK 0.98 0.97 0 0.51
HSL 239.02º 0.97% 0.25% -
HSV(B) 239.02º 0.98% 0.49% -
XYZ 3.71 1.55 19.17 -
YUV 17.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 2 4 124 0.98 0.97 0 0.51 239.02 0.97 0.25
Hex 2 4 7C 62 61 0 33 EF 61 19
Octal 2 4 174 142 141 0 63 357 141 31
Binary 10 100 1111100 1100010 1100001 0 110011 11101111 1100001 11001

Color Harmonies of #02047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02047C

Black with #02047C

Text Example


Text Example

White with #02047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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