#060C41

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

Shades of Midnight Express #060C41

Tints of Midnight Express #060C41

Color information

#060C41 (or 0x060C41) is unknown color: approx Midnight Express. HEX triplet: 06, 0C and 41. RGB value is (6,12,65). Sum of RGB (Red+Green+Blue) = 6+12+65=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #060C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C41 is #F9F3BE. Grayscale: #101010. Windows color (decimal): -16380863 or 4262918. OLE color: 4262918.

HSL color Cylindrical-coordinate representation of color #060C41: hue angle of 233.9º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060C41 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB61265-
CMYK0.910.8200.75
HSL233.9º83.1%13.92%-
HSV(B)233.9º90.77%25.49%-
XYZ1.160.685.07-
YUV16.25155.51120.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 65 (25.78% from 255) = 78.31%
R=7.23%
G=14.46%
B=78.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal612650.910.8200.75233.983.113.92
Hex6C415B5204Bea53e
Octal614101133122011335212316
Binary1101100100000110110111010010010010111110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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