#020B8B

Color #020B8B Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #020B8B

Tints of Dark Blue #020B8B

Color information

#020B8B (or 0x020B8B) is unknown color: approx Dark Blue. HEX triplet: 02, 0B and 8B. RGB value is (2,11,139). Sum of RGB (Red+Green+Blue) = 2+11+139=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #020B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B8B is #FDF474. Grayscale: #161616. Windows color (decimal): -16643189 or 9112322. OLE color: 9112322.

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

Color convert

RGB211139-
CMYK0.990.9200.45
HSL236.06º97.16%27.65%-
HSV(B)236.06º98.56%54.51%-
XYZ4.82.1224.58-
YUV22.9193.52113.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 139 (54.69% from 255) = 91.45%
R=1.32%
G=7.24%
B=91.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2111390.990.9200.45236.0697.1627.65
Hex2B8B635C02Dec611c
Octal21321314313405535414134
Binary1010111000101111000111011100010110111101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020B8B;
 }
 .AnyTagClassName
 {
   color: #020B8B;
 }
</style>
background-color css

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

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

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

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

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

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