Html Css Color HEX #02047D Navy

📋 copy color: '#02047D'

red 2 ◦ green 4 ◦ blue 125

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

Shades of Navy #02047D

Tints of Navy #02047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 95.42%

R = 1.53%
G = 3.05%
B = 95.42%

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

#02047D (or 0x02047D) is known color: Navy. HEX triplet: 02, 04 and 7D. RGB value is (2,4,125). Sum of RGB (Red+Green+Blue) = 2+4+125=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 125 (49.22% from 255 or 95.42% from 131); Max value from RGB is 125 - color contains mainly: blue. Hex color #02047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02047D is #FDFB82. Grayscale: #101010. Windows color (decimal): -16644995 or 8193026. OLE color: 8193026.

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

Color convert

RGB 2 4 125 -
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.77 1.58 19.51 -
YUV 17.2 188.84 117.16 -
System Red Green Blue C M Y K H S L
Decimal 2 4 125 0.98 0.97 0 0.51 239.02 0.97 0.25
Hex 2 4 7D 62 61 0 33 EF 61 19
Octal 2 4 175 142 141 0 63 357 141 31
Binary 10 100 1111101 1100010 1100001 0 110011 11101111 1100001 11001

Color Harmonies of #02047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02047D

Black with #02047D

Text Example


Text Example

White with #02047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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