Html Css Color HEX #020875 Navy

📋 copy color: '#020875'

red 2 ◦ green 8 ◦ blue 117

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

Shades of Navy #020875

Tints of Navy #020875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

 BLUE value IS 117 (46.09% from 255) = 92.13%

R = 1.57%
G = 6.3%
B = 92.13%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020875 (or 0x020875) is known color: Navy. HEX triplet: 02, 08 and 75. RGB value is (2,8,117). Sum of RGB (Red+Green+Blue) = 2+8+117=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #020875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020875 is #FDF78A. Grayscale: #121212. Windows color (decimal): -16643979 or 7669762. OLE color: 7669762.

HSL color Cylindrical-coordinate representation of color #020875: hue angle of 236.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020875 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 8 117 -
CMYK 0.98 0.93 0 0.54
HSL 236.87º 0.97% 0.23% -
HSV(B) 236.87º 0.98% 0.46% -
XYZ 3.32 1.47 16.94 -
YUV 18.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 2 8 117 0.98 0.93 0 0.54 236.87 0.97 0.23
Hex 2 8 75 62 5D 0 36 ED 61 17
Octal 2 10 165 142 135 0 66 355 141 27
Binary 10 1000 1110101 1100010 1011101 0 110110 11101101 1100001 10111

Color Harmonies of #020875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020875

Black with #020875

Text Example


Text Example

White with #020875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020875; }

 p { color: rgb(2,8,117); }

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

background-color css

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

 a { background-color: rgb(2,8,117); }

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

border-color css

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

 span { border-color: rgb(2,8,117); }

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