#060052

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

Shades of Midnight Blue #060052

Tints of Midnight Blue #060052

Color information

#060052 (or 0x060052) is unknown color: approx Midnight Blue. HEX triplet: 06, 00 and 52. RGB value is (6,0,82). Sum of RGB (Red+Green+Blue) = 6+0+82=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 82 (32.42% from 255 or 93.18% from 88); Max value from RGB is 82 - color contains mainly: blue. Hex color #060052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060052 is #F9FFAD. Grayscale: #0A0A0A. Windows color (decimal): -16383918 or 5373958. OLE color: 5373958.

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

Color convert

RGB6082-
CMYK0.93100.68
HSL244.39º100%16.08%-
HSV(B)244.39º100%32.16%-
XYZ1.60.658.02-
YUV11.14167.99124.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 93.18%
R=6.82%
G=0%
B=93.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal60820.93100.68244.3910016.08
Hex60525D64044f46410
Octal60122135144010436414420
Binary11001010010101110111001000100010011110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060052; }

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

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

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

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

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

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

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

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