Html Css Color HEX #020B88 Dark Blue

📋 copy color: '#020B88'

red 2 ◦ green 11 ◦ blue 136

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

Shades of Dark Blue #020B88

Tints of Dark Blue #020B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 91.28%

R = 1.34%
G = 7.38%
B = 91.28%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020B88 (or 0x020B88) is known color: Dark Blue. HEX triplet: 02, 0B and 88. RGB value is (2,11,136). Sum of RGB (Red+Green+Blue) = 2+11+136=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 136 (53.52% from 255 or 91.28% from 149); Max value from RGB is 136 - color contains mainly: blue. Hex color #020B88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B88 is #FDF477. Grayscale: #161616. Windows color (decimal): -16643192 or 8915714. OLE color: 8915714.

HSL color Cylindrical-coordinate representation of color #020B88: hue angle of 235.97º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020B88 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 11 136 -
CMYK 0.99 0.92 0 0.47
HSL 235.97º 0.97% 0.27% -
HSV(B) 235.97º 0.99% 0.53% -
XYZ 4.59 2.03 23.44 -
YUV 22.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 2 11 136 0.99 0.92 0 0.47 235.97 0.97 0.27
Hex 2 B 88 63 5C 0 2F EC 61 1B
Octal 2 13 210 143 134 0 57 354 141 33
Binary 10 1011 10001000 1100011 1011100 0 101111 11101100 1100001 11011

Color Harmonies of #020B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B88

Black with #020B88

Text Example


Text Example

White with #020B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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