Html Css Color HEX #02046D Navy

📋 copy color: '#02046D'

red 2 ◦ green 4 ◦ blue 109

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

Shades of Navy #02046D

Tints of Navy #02046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 94.78%

R = 1.74%
G = 3.48%
B = 94.78%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02046D (or 0x02046D) is known color: Navy. HEX triplet: 02, 04 and 6D. RGB value is (2,4,109). Sum of RGB (Red+Green+Blue) = 2+4+109=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 109 (42.97% from 255 or 94.78% from 115); Max value from RGB is 109 - color contains mainly: blue. Hex color #02046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02046D is #FDFB92. Grayscale: #0E0E0E. Windows color (decimal): -16645011 or 7144450. OLE color: 7144450.

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

Color convert

RGB 2 4 109 -
CMYK 0.98 0.96 0 0.57
HSL 238.88º 0.96% 0.22% -
HSV(B) 238.88º 0.98% 0.43% -
XYZ 2.83 1.2 14.55 -
YUV 15.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 2 4 109 0.98 0.96 0 0.57 238.88 0.96 0.22
Hex 2 4 6D 62 60 0 39 EF 60 16
Octal 2 4 155 142 140 0 71 357 140 26
Binary 10 100 1101101 1100010 1100000 0 111001 11101111 1100000 10110

Color Harmonies of #02046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02046D

Black with #02046D

Text Example


Text Example

White with #02046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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