Html Css Color HEX #02055C Navy

📋 copy color: '#02055C'

red 2 ◦ green 5 ◦ blue 92

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

Shades of Navy #02055C

Tints of Navy #02055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 92.93%

R = 2.02%
G = 5.05%
B = 92.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

#02055C (or 0x02055C) is known color: Navy. HEX triplet: 02, 05 and 5C. RGB value is (2,5,92). Sum of RGB (Red+Green+Blue) = 2+5+92=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #02055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02055C is #FDFAA3. Grayscale: #0D0D0D. Windows color (decimal): -16644772 or 6030594. OLE color: 6030594.

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

Color convert

RGB 2 5 92 -
CMYK 0.98 0.95 0 0.64
HSL 238º 0.96% 0.18% -
HSV(B) 238º 0.98% 0.36% -
XYZ 2.01 0.89 10.19 -
YUV 14.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 2 5 92 0.98 0.95 0 0.64 238 0.96 0.18
Hex 2 5 5C 62 5F 0 40 EE 60 12
Octal 2 5 134 142 137 0 100 356 140 22
Binary 10 101 1011100 1100010 1011111 0 1000000 11101110 1100000 10010

Color Harmonies of #02055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02055C

Black with #02055C

Text Example


Text Example

White with #02055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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