#020B45

Color #020B45 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #020B45

Tints of Midnight Express #020B45

Color information

#020B45 (or 0x020B45) is unknown color: approx Midnight Express. HEX triplet: 02, 0B and 45. RGB value is (2,11,69). Sum of RGB (Red+Green+Blue) = 2+11+69=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 69 (27.34% from 255 or 84.15% from 82); Max value from RGB is 69 - color contains mainly: blue. Hex color #020B45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B45 is #FDF4BA. Grayscale: #0E0E0E. Windows color (decimal): -16643259 or 4524802. OLE color: 4524802.

HSL color Cylindrical-coordinate representation of color #020B45: hue angle of 231.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B45 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB21169-
CMYK0.970.8400.73
HSL231.94º94.37%13.92%-
HSV(B)231.94º97.1%27.06%-
XYZ1.220.685.7-
YUV14.92158.52118.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 69 (27.34% from 255) = 84.15%
R=2.44%
G=13.41%
B=84.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal211690.970.8400.73231.9494.3713.92
Hex2B456154049e85ee
Octal213105141124011135013616
Binary101011100010111000011010100010010011110100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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