Html Css Color HEX #02046F Navy

📋 copy color: '#02046F'

red 2 ◦ green 4 ◦ blue 111

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

Shades of Navy #02046F

Tints of Navy #02046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 94.87%

R = 1.71%
G = 3.42%
B = 94.87%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02046F (or 0x02046F) is known color: Navy. HEX triplet: 02, 04 and 6F. RGB value is (2,4,111). Sum of RGB (Red+Green+Blue) = 2+4+111=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 111 (43.75% from 255 or 94.87% from 117); Max value from RGB is 111 - color contains mainly: blue. Hex color #02046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02046F is #FDFB90. Grayscale: #0F0F0F. Windows color (decimal): -16645009 or 7275522. OLE color: 7275522.

HSL color Cylindrical-coordinate representation of color #02046F: hue angle of 238.9º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02046F is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 4 111 -
CMYK 0.98 0.96 0 0.56
HSL 238.9º 0.96% 0.22% -
HSV(B) 238.9º 0.98% 0.44% -
XYZ 2.94 1.25 15.12 -
YUV 15.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 2 4 111 0.98 0.96 0 0.56 238.9 0.96 0.22
Hex 2 4 6F 62 60 0 38 EF 60 16
Octal 2 4 157 142 140 0 70 357 140 26
Binary 10 100 1101111 1100010 1100000 0 111000 11101111 1100000 10110

Color Harmonies of #02046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02046F

Black with #02046F

Text Example


Text Example

White with #02046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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