Html Css Color HEX #020B74 Navy

📋 copy color: '#020B74'

red 2 ◦ green 11 ◦ blue 116

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

Shades of Navy #020B74

Tints of Navy #020B74

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.53%

 BLUE value IS 116 (45.7% from 255) = 89.92%

R = 1.55%
G = 8.53%
B = 89.92%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020B74 (or 0x020B74) is known color: Navy. HEX triplet: 02, 0B and 74. RGB value is (2,11,116). Sum of RGB (Red+Green+Blue) = 2+11+116=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #020B74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B74 is #FDF48B. Grayscale: #131313. Windows color (decimal): -16643212 or 7604994. OLE color: 7604994.

HSL color Cylindrical-coordinate representation of color #020B74: hue angle of 235.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020B74 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 11 116 -
CMYK 0.98 0.91 0 0.55
HSL 235.26º 0.97% 0.23% -
HSV(B) 235.26º 0.98% 0.45% -
XYZ 3.3 1.51 16.64 -
YUV 20.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 2 11 116 0.98 0.91 0 0.55 235.26 0.97 0.23
Hex 2 B 74 62 5B 0 37 EB 61 17
Octal 2 13 164 142 133 0 67 353 141 27
Binary 10 1011 1110100 1100010 1011011 0 110111 11101011 1100001 10111

Color Harmonies of #020B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B74

Black with #020B74

Text Example


Text Example

White with #020B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,11,116); }

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

background-color css

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

 a { background-color: rgb(2,11,116); }

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

border-color css

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

 span { border-color: rgb(2,11,116); }

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