#06122F

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

Shades of Midnight Express #06122F

Tints of Midnight Express #06122F

Color information

#06122F (or 0x06122F) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 2F. RGB value is (6,18,47). Sum of RGB (Red+Green+Blue) = 6+18+47=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #06122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122F is #F9EDD0. Grayscale: #111111. Windows color (decimal): -16379345 or 3084806. OLE color: 3084806.

HSL color Cylindrical-coordinate representation of color #06122F: hue angle of 222.44º 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 #06122F is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB61847-
CMYK0.870.6200.82
HSL222.44º77.36%10.39%-
HSV(B)222.44º87.23%18.43%-
XYZ0.80.682.78-
YUV17.72144.52119.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 47 (18.75% from 255) = 66.20%
R=8.45%
G=25.35%
B=66.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal618470.870.6200.82222.4477.3610.39
Hex6122F573E052de4da
Octal6225712776012233611512
Binary110100101011111010111111110010100101101111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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