Html Css Color HEX #02047F Navy

📋 copy color: '#02047F'

red 2 ◦ green 4 ◦ blue 127

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

Shades of Navy #02047F

Tints of Navy #02047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 95.49%

R = 1.5%
G = 3.01%
B = 95.49%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02047F (or 0x02047F) is known color: Navy. HEX triplet: 02, 04 and 7F. RGB value is (2,4,127). Sum of RGB (Red+Green+Blue) = 2+4+127=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 127 (50% from 255 or 95.49% from 133); Max value from RGB is 127 - color contains mainly: blue. Hex color #02047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02047F is #FDFB80. Grayscale: #101010. Windows color (decimal): -16644993 or 8324098. OLE color: 8324098.

HSL color Cylindrical-coordinate representation of color #02047F: hue angle of 239.04º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02047F is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 4 127 -
CMYK 0.98 0.97 0 0.50
HSL 239.04º 0.97% 0.25% -
HSV(B) 239.04º 0.98% 0.5% -
XYZ 3.9 1.63 20.19 -
YUV 17.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 2 4 127 0.98 0.97 0 0.50 239.04 0.97 0.25
Hex 2 4 7F 62 61 0 32 EF 61 19
Octal 2 4 177 142 141 0 62 357 141 31
Binary 10 100 1111111 1100010 1100001 0 110010 11101111 1100001 11001

Color Harmonies of #02047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02047F

Black with #02047F

Text Example


Text Example

White with #02047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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