#06123E

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

Shades of Midnight Express #06123E

Tints of Midnight Express #06123E

Color information

#06123E (or 0x06123E) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 3E. RGB value is (6,18,62). Sum of RGB (Red+Green+Blue) = 6+18+62=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 62 (24.61% from 255 or 72.09% from 86); Max value from RGB is 62 - color contains mainly: blue. Hex color #06123E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06123E is #F9EDC1. Grayscale: #131313. Windows color (decimal): -16379330 or 4067846. OLE color: 4067846.

HSL color Cylindrical-coordinate representation of color #06123E: hue angle of 227.14º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06123E is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB61862-
CMYK0.900.7100.76
HSL227.14º82.35%13.33%-
HSV(B)227.14º90.32%24.31%-
XYZ1.160.824.65-
YUV19.43152.02118.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 62 (24.61% from 255) = 72.09%
R=6.98%
G=20.93%
B=72.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal618620.900.7100.76227.1482.3513.33
Hex6123E5A4704Ce352d
Octal62276132107011434312215
Binary1101001011111010110101000111010011001110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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