#060C36

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

Shades of Midnight Express #060C36

Tints of Midnight Express #060C36

Color information

#060C36 (or 0x060C36) is unknown color: approx Midnight Express. HEX triplet: 06, 0C and 36. RGB value is (6,12,54). Sum of RGB (Red+Green+Blue) = 6+12+54=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #060C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C36 is #F9F3C9. Grayscale: #0E0E0E. Windows color (decimal): -16380874 or 3542022. OLE color: 3542022.

HSL color Cylindrical-coordinate representation of color #060C36: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060C36 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB61254-
CMYK0.890.7800.79
HSL232.5º80%11.76%-
HSV(B)232.5º88.89%21.18%-
XYZ0.870.573.55-
YUV14.99150.01121.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 54 (21.48% from 255) = 75%
R=8.33%
G=16.67%
B=75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal612540.890.7800.79232.58011.76
Hex6C36594E04Fe850c
Octal61466131116011735012014
Binary110110011011010110011001110010011111110100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C36; }

 p { color: rgb(6,12,54); }

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

<style>
 a { background-color: #060C36; }

 a { background-color: rgb(6,12,54); }

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

<style>
 span { border-color: #060C36; }

 span { border-color: rgb(6,12,54); }

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