Html Css Color HEX #020B75 Navy

📋 copy color: '#020B75'

red 2 ◦ green 11 ◦ blue 117

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

Shades of Navy #020B75

Tints of Navy #020B75

RGB

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

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

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

R = 1.54%
G = 8.46%
B = 90%

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

#020B75 (or 0x020B75) is known color: Navy. HEX triplet: 02, 0B and 75. RGB value is (2,11,117). Sum of RGB (Red+Green+Blue) = 2+11+117=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #020B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B75 is #FDF48A. Grayscale: #131313. Windows color (decimal): -16643211 or 7670530. OLE color: 7670530.

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

Color convert

RGB 2 11 117 -
CMYK 0.98 0.91 0 0.54
HSL 235.3º 0.97% 0.23% -
HSV(B) 235.3º 0.98% 0.46% -
XYZ 3.36 1.54 16.95 -
YUV 20.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 2 11 117 0.98 0.91 0 0.54 235.3 0.97 0.23
Hex 2 B 75 62 5B 0 36 EB 61 17
Octal 2 13 165 142 133 0 66 353 141 27
Binary 10 1011 1110101 1100010 1011011 0 110110 11101011 1100001 10111

Color Harmonies of #020B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B75

Black with #020B75

Text Example


Text Example

White with #020B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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