#06102C

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

Shades of Midnight Express #06102C

Tints of Midnight Express #06102C

Color information

#06102C (or 0x06102C) is unknown color: approx Midnight Express. HEX triplet: 06, 10 and 2C. RGB value is (6,16,44). Sum of RGB (Red+Green+Blue) = 6+16+44=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #06102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06102C is #F9EFD3. Grayscale: #101010. Windows color (decimal): -16379860 or 2887686. OLE color: 2887686.

HSL color Cylindrical-coordinate representation of color #06102C: hue angle of 224.21º 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 #06102C is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB61644-
CMYK0.860.6400.83
HSL224.21º76%9.8%-
HSV(B)224.21º86.36%17.25%-
XYZ0.720.592.46-
YUV16.2143.69120.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 44 (17.58% from 255) = 66.67%
R=9.09%
G=24.24%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal616440.860.6400.83224.21769.8
Hex6102C5640053e04ca
Octal62054126100012334011412
Binary1101000010110010101101000000010100111110000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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