#060C3F

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

Shades of Midnight Express #060C3F

Tints of Midnight Express #060C3F

Color information

#060C3F (or 0x060C3F) is unknown color: approx Midnight Express. HEX triplet: 06, 0C and 3F. RGB value is (6,12,63). Sum of RGB (Red+Green+Blue) = 6+12+63=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 63 (25% from 255 or 77.78% from 81); Max value from RGB is 63 - color contains mainly: blue. Hex color #060C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C3F is #F9F3C0. Grayscale: #0F0F0F. Windows color (decimal): -16380865 or 4131846. OLE color: 4131846.

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

Color convert

RGB61263-
CMYK0.900.8100.75
HSL233.68º82.61%13.53%-
HSV(B)233.68º90.48%24.71%-
XYZ1.10.664.77-
YUV16.02154.51120.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 63 (25% from 255) = 77.78%
R=7.41%
G=14.81%
B=77.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal612630.900.8100.75233.6882.6113.53
Hex6C3F5A5104Bea53e
Octal61477132121011335212316
Binary110110011111110110101010001010010111110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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