#060852

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

Shades of Midnight Blue #060852

Tints of Midnight Blue #060852

Color information

#060852 (or 0x060852) is unknown color: approx Midnight Blue. HEX triplet: 06, 08 and 52. RGB value is (6,8,82). Sum of RGB (Red+Green+Blue) = 6+8+82=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 82 (32.42% from 255 or 85.42% from 96); Max value from RGB is 82 - color contains mainly: blue. Hex color #060852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060852 is #F9F7AD. Grayscale: #0F0F0F. Windows color (decimal): -16381870 or 5376006. OLE color: 5376006.

HSL color Cylindrical-coordinate representation of color #060852: hue angle of 238.42º 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 #060852 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB6882-
CMYK0.930.9000.68
HSL238.42º86.36%17.25%-
HSV(B)238.42º92.68%32.16%-
XYZ1.680.828.05-
YUV15.84165.34120.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 82 (32.42% from 255) = 85.42%
R=6.25%
G=8.33%
B=85.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal68820.930.9000.68238.4286.3617.25
Hex68525D5A044ee5611
Octal610122135132010435612621
Binary11010001010010101110110110100100010011101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060852; }

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

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

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

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

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

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

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

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