#060B47

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

Shades of Midnight Express #060B47

Tints of Midnight Express #060B47

Color information

#060B47 (or 0x060B47) is unknown color: approx Midnight Express. HEX triplet: 06, 0B and 47. RGB value is (6,11,71). Sum of RGB (Red+Green+Blue) = 6+11+71=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #060B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B47 is #F9F4B8. Grayscale: #101010. Windows color (decimal): -16381113 or 4655878. OLE color: 4655878.

HSL color Cylindrical-coordinate representation of color #060B47: hue angle of 235.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060B47 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB61171-
CMYK0.920.8500.72
HSL235.38º84.42%15.1%-
HSV(B)235.38º91.55%27.84%-
XYZ1.330.736.03-
YUV16.34158.84120.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=6.82%
G=12.5%
B=80.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal611710.920.8500.72235.3884.4215.1
Hex6B475C55048eb54f
Octal613107134125011035312417
Binary1101011100011110111001010101010010001110101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,11,71); }

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

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

 a { background-color: rgb(6,11,71); }

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

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

 span { border-color: rgb(6,11,71); }

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