#060453

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

Shades of Midnight Blue #060453

Tints of Midnight Blue #060453

Color information

#060453 (or 0x060453) is unknown color: approx Midnight Blue. HEX triplet: 06, 04 and 53. RGB value is (6,4,83). Sum of RGB (Red+Green+Blue) = 6+4+83=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 83 (32.81% from 255 or 89.25% from 93); Max value from RGB is 83 - color contains mainly: blue. Hex color #060453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060453 is #F9FBAC. Grayscale: #0D0D0D. Windows color (decimal): -16382893 or 5440518. OLE color: 5440518.

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

Color convert

RGB6483-
CMYK0.930.9500.67
HSL241.52º90.8%17.06%-
HSV(B)241.52º95.18%32.55%-
XYZ1.680.758.24-
YUV13.6167.16122.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 83 (32.81% from 255) = 89.25%
R=6.45%
G=4.30%
B=89.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal64830.930.9500.67241.5290.817.06
Hex64535D5F043f25b11
Octal64123135137010336213321
Binary1101001010011101110110111110100001111110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060453; }

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

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

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

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

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

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

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

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