Html Css Color HEX #020B7D Navy

📋 copy color: '#020B7D'

red 2 ◦ green 11 ◦ blue 125

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

Shades of Navy #020B7D

Tints of Navy #020B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 90.58%

R = 1.45%
G = 7.97%
B = 90.58%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#020B7D (or 0x020B7D) is known color: Navy. HEX triplet: 02, 0B and 7D. RGB value is (2,11,125). Sum of RGB (Red+Green+Blue) = 2+11+125=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #020B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B7D is #FDF482. Grayscale: #141414. Windows color (decimal): -16643203 or 8194818. OLE color: 8194818.

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

Color convert

RGB 2 11 125 -
CMYK 0.98 0.91 0 0.51
HSL 235.61º 0.97% 0.25% -
HSV(B) 235.61º 0.98% 0.49% -
XYZ 3.85 1.73 19.53 -
YUV 21.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 2 11 125 0.98 0.91 0 0.51 235.61 0.97 0.25
Hex 2 B 7D 62 5B 0 33 EC 61 19
Octal 2 13 175 142 133 0 63 354 141 31
Binary 10 1011 1111101 1100010 1011011 0 110011 11101100 1100001 11001

Color Harmonies of #020B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B7D

Black with #020B7D

Text Example


Text Example

White with #020B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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