#020B2F

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

Shades of Midnight Express #020B2F

Tints of Midnight Express #020B2F

Color information

#020B2F (or 0x020B2F) is unknown color: approx Midnight Express. HEX triplet: 02, 0B and 2F. RGB value is (2,11,47). Sum of RGB (Red+Green+Blue) = 2+11+47=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 47 (18.75% from 255 or 78.33% from 60); Max value from RGB is 47 - color contains mainly: blue. Hex color #020B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B2F is #FDF4D0. Grayscale: #0C0C0C. Windows color (decimal): -16643281 or 3083010. OLE color: 3083010.

HSL color Cylindrical-coordinate representation of color #020B2F: hue angle of 228º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B2F is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21147-
CMYK0.960.7700.82
HSL228º91.84%9.61%-
HSV(B)228º95.74%18.43%-
XYZ0.660.462.74-
YUV12.41147.52120.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 47 (18.75% from 255) = 78.33%
R=3.33%
G=18.33%
B=78.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal211470.960.7700.8222891.849.61
Hex2B2F604D052e45ca
Octal21357140115012234413412
Binary10101110111111000001001101010100101110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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