#061247

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

Shades of Midnight Express #061247

Tints of Midnight Express #061247

Color information

#061247 (or 0x061247) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 47. RGB value is (6,18,71). Sum of RGB (Red+Green+Blue) = 6+18+71=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #061247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061247 is #F9EDB8. Grayscale: #141414. Windows color (decimal): -16379321 or 4657670. OLE color: 4657670.

HSL color Cylindrical-coordinate representation of color #061247: hue angle of 228.92º 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 #061247 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB61871-
CMYK0.920.7500.72
HSL228.92º84.42%15.1%-
HSV(B)228.92º91.55%27.84%-
XYZ1.430.936.06-
YUV20.45156.52117.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 71 (28.12% from 255) = 74.74%
R=6.32%
G=18.95%
B=74.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal618710.920.7500.72228.9284.4215.1
Hex612475C4B048e554f
Octal622107134113011034512417
Binary11010010100011110111001001011010010001110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061247; }

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

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

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

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

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

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

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

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