#060952

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

Shades of Midnight Blue #060952

Tints of Midnight Blue #060952

Color information

#060952 (or 0x060952) is unknown color: approx Midnight Blue. HEX triplet: 06, 09 and 52. RGB value is (6,9,82). Sum of RGB (Red+Green+Blue) = 6+9+82=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 82 (32.42% from 255 or 84.54% from 97); Max value from RGB is 82 - color contains mainly: blue. Hex color #060952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060952 is #F9F6AD. Grayscale: #101010. Windows color (decimal): -16381614 or 5376262. OLE color: 5376262.

HSL color Cylindrical-coordinate representation of color #060952: hue angle of 237.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060952 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB6982-
CMYK0.930.8900.68
HSL237.63º86.36%17.25%-
HSV(B)237.63º92.68%32.16%-
XYZ1.70.848.06-
YUV16.42165.01120.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 82 (32.42% from 255) = 84.54%
R=6.19%
G=9.28%
B=84.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal69820.930.8900.68237.6386.3617.25
Hex69525D59044ee5611
Octal611122135131010435612621
Binary11010011010010101110110110010100010011101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060952; }

 p { color: rgb(6,9,82); }

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

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

 a { background-color: rgb(6,9,82); }

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

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

 span { border-color: rgb(6,9,82); }

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