Html Css Color HEX #020A75 Navy

📋 copy color: '#020A75'

red 2 ◦ green 10 ◦ blue 117

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

Shades of Navy #020A75

Tints of Navy #020A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 1.55%
G = 7.75%
B = 90.7%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020A75 (or 0x020A75) is known color: Navy. HEX triplet: 02, 0A and 75. RGB value is (2,10,117). Sum of RGB (Red+Green+Blue) = 2+10+117=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #020A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A75 is #FDF58A. Grayscale: #131313. Windows color (decimal): -16643467 or 7670274. OLE color: 7670274.

HSL color Cylindrical-coordinate representation of color #020A75: hue angle of 235.83º 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 #020A75 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 10 117 -
CMYK 0.98 0.91 0 0.54
HSL 235.83º 0.97% 0.23% -
HSV(B) 235.83º 0.98% 0.46% -
XYZ 3.34 1.51 16.95 -
YUV 19.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 2 10 117 0.98 0.91 0 0.54 235.83 0.97 0.23
Hex 2 A 75 62 5B 0 36 EC 61 17
Octal 2 12 165 142 133 0 66 354 141 27
Binary 10 1010 1110101 1100010 1011011 0 110110 11101100 1100001 10111

Color Harmonies of #020A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A75

Black with #020A75

Text Example


Text Example

White with #020A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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