#06122C

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

Shades of Midnight Express #06122C

Tints of Midnight Express #06122C

Color information

#06122C (or 0x06122C) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 2C. RGB value is (6,18,44). Sum of RGB (Red+Green+Blue) = 6+18+44=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #06122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122C is #F9EDD3. Grayscale: #111111. Windows color (decimal): -16379348 or 2888198. OLE color: 2888198.

HSL color Cylindrical-coordinate representation of color #06122C: hue angle of 221.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06122C is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB61844-
CMYK0.860.5900.83
HSL221.05º76%9.8%-
HSV(B)221.05º86.36%17.25%-
XYZ0.750.652.47-
YUV17.38143.02119.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 44 (17.58% from 255) = 64.71%
R=8.82%
G=26.47%
B=64.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal618440.860.5900.83221.05769.8
Hex6122C563B053dd4ca
Octal6225412673012333511412
Binary110100101011001010110111011010100111101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06122C; }

 p { color: rgb(6,18,44); }

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

<style>
 a { background-color: #06122C; }

 a { background-color: rgb(6,18,44); }

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

<style>
 span { border-color: #06122C; }

 span { border-color: rgb(6,18,44); }

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