#060147

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

Shades of Midnight Blue #060147

Tints of Midnight Blue #060147

Color information

#060147 (or 0x060147) is unknown color: approx Midnight Blue. HEX triplet: 06, 01 and 47. RGB value is (6,1,71). Sum of RGB (Red+Green+Blue) = 6+1+71=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 71 (28.12% from 255 or 91.03% from 78); Max value from RGB is 71 - color contains mainly: blue. Hex color #060147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060147 is #F9FEB8. Grayscale: #0A0A0A. Windows color (decimal): -16383673 or 4653318. OLE color: 4653318.

HSL color Cylindrical-coordinate representation of color #060147: hue angle of 244.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060147 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB6171-
CMYK0.920.9900.72
HSL244.29º97.22%14.12%-
HSV(B)244.29º98.59%27.84%-
XYZ1.220.526-
YUV10.48162.16124.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 71 (28.12% from 255) = 91.03%
R=7.69%
G=1.28%
B=91.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal61710.920.9900.72244.2997.2214.12
Hex61475C63048f461e
Octal61107134143011036414116
Binary1101100011110111001100011010010001111010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060147; }

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

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

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

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

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

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

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

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