#06122E

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

Shades of Midnight Express #06122E

Tints of Midnight Express #06122E

Color information

#06122E (or 0x06122E) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 2E. RGB value is (6,18,46). Sum of RGB (Red+Green+Blue) = 6+18+46=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #06122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122E is #F9EDD1. Grayscale: #111111. Windows color (decimal): -16379346 or 3019270. OLE color: 3019270.

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

Color convert

RGB61846-
CMYK0.870.6100.82
HSL222º76.92%10.2%-
HSV(B)222º86.96%18.04%-
XYZ0.780.672.67-
YUV17.6144.02119.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 46 (18.36% from 255) = 65.71%
R=8.57%
G=25.71%
B=65.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal618460.870.6100.8222276.9210.2
Hex6122E573D052de4da
Octal6225612775012233611512
Binary110100101011101010111111101010100101101111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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