#06112F

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

Shades of Midnight Express #06112F

Tints of Midnight Express #06112F

Color information

#06112F (or 0x06112F) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 2F. RGB value is (6,17,47). Sum of RGB (Red+Green+Blue) = 6+17+47=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #06112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06112F is #F9EED0. Grayscale: #111111. Windows color (decimal): -16379601 or 3084550. OLE color: 3084550.

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

Color convert

RGB61747-
CMYK0.870.6400.82
HSL223.9º77.36%10.39%-
HSV(B)223.9º87.23%18.43%-
XYZ0.790.642.77-
YUV17.13144.86120.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 47 (18.75% from 255) = 67.14%
R=8.57%
G=24.29%
B=67.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal617470.870.6400.82223.977.3610.39
Hex6112F5740052e04da
Octal62157127100012234011512
Binary1101000110111110101111000000010100101110000010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06112F; }

 p { color: rgb(6,17,47); }

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

<style>
 a { background-color: #06112F; }

 a { background-color: rgb(6,17,47); }

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

<style>
 span { border-color: #06112F; }

 span { border-color: rgb(6,17,47); }

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