#060F46

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

Shades of Midnight Express #060F46

Tints of Midnight Express #060F46

Color information

#060F46 (or 0x060F46) is unknown color: approx Midnight Express. HEX triplet: 06, 0F and 46. RGB value is (6,15,70). Sum of RGB (Red+Green+Blue) = 6+15+70=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #060F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F46 is #F9F0B9. Grayscale: #121212. Windows color (decimal): -16380090 or 4591366. OLE color: 4591366.

HSL color Cylindrical-coordinate representation of color #060F46: hue angle of 231.56º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060F46 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB61570-
CMYK0.910.7900.73
HSL231.56º84.21%14.9%-
HSV(B)231.56º91.43%27.45%-
XYZ1.350.825.88-
YUV18.58157.02119.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 70 (27.73% from 255) = 76.92%
R=6.59%
G=16.48%
B=76.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal615700.910.7900.73231.5684.2114.9
Hex6F465B4F049e854f
Octal617106133117011135012417
Binary1101111100011010110111001111010010011110100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,15,70); }

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

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

 a { background-color: rgb(6,15,70); }

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

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

 span { border-color: rgb(6,15,70); }

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