#060452

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

Shades of Midnight Blue #060452

Tints of Midnight Blue #060452

Color information

#060452 (or 0x060452) is unknown color: approx Midnight Blue. HEX triplet: 06, 04 and 52. RGB value is (6,4,82). Sum of RGB (Red+Green+Blue) = 6+4+82=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #060452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060452 is #F9FBAD. Grayscale: #0D0D0D. Windows color (decimal): -16382894 or 5374982. OLE color: 5374982.

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

Color convert

RGB6482-
CMYK0.930.9500.68
HSL241.54º90.7%16.86%-
HSV(B)241.54º95.12%32.16%-
XYZ1.640.738.04-
YUV13.49166.66122.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 82 (32.42% from 255) = 89.13%
R=6.52%
G=4.35%
B=89.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal64820.930.9500.68241.5490.716.86
Hex64525D5F044f25b11
Octal64122135137010436213321
Binary1101001010010101110110111110100010011110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060452; }

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

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

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

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

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

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

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

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