Html Css Color HEX #02055D Navy

📋 copy color: '#02055D'

red 2 ◦ green 5 ◦ blue 93

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

Shades of Navy #02055D

Tints of Navy #02055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 93 (36.72% from 255) = 93%

R = 2%
G = 5%
B = 93%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02055D (or 0x02055D) is known color: Navy. HEX triplet: 02, 05 and 5D. RGB value is (2,5,93). Sum of RGB (Red+Green+Blue) = 2+5+93=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #02055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02055D is #FDFAA2. Grayscale: #0D0D0D. Windows color (decimal): -16644771 or 6096130. OLE color: 6096130.

HSL color Cylindrical-coordinate representation of color #02055D: hue angle of 238.02º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02055D is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 5 93 -
CMYK 0.98 0.95 0 0.64
HSL 238.02º 0.96% 0.19% -
HSV(B) 238.02º 0.98% 0.36% -
XYZ 2.06 0.91 10.42 -
YUV 14.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 2 5 93 0.98 0.95 0 0.64 238.02 0.96 0.19
Hex 2 5 5D 62 5F 0 40 EE 60 13
Octal 2 5 135 142 137 0 100 356 140 23
Binary 10 101 1011101 1100010 1011111 0 1000000 11101110 1100000 10011

Color Harmonies of #02055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02055D

Black with #02055D

Text Example


Text Example

White with #02055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,5,93); }

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

background-color css

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

 a { background-color: rgb(2,5,93); }

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

border-color css

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

 span { border-color: rgb(2,5,93); }

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