#020B38

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

Shades of Midnight Express #020B38

Tints of Midnight Express #020B38

Color information

#020B38 (or 0x020B38) is unknown color: approx Midnight Express. HEX triplet: 02, 0B and 38. RGB value is (2,11,56). Sum of RGB (Red+Green+Blue) = 2+11+56=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #020B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B38 is #FDF4C7. Grayscale: #0D0D0D. Windows color (decimal): -16643272 or 3672834. OLE color: 3672834.

HSL color Cylindrical-coordinate representation of color #020B38: hue angle of 230º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B38 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21156-
CMYK0.960.8000.78
HSL230º93.1%11.37%-
HSV(B)230º96.43%21.96%-
XYZ0.860.543.8-
YUV13.44152.02119.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 56 (22.27% from 255) = 81.16%
R=2.90%
G=15.94%
B=81.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal211560.960.8000.7823093.111.37
Hex2B38605004Ee65db
Octal21370140120011634613513
Binary10101111100011000001010000010011101110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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