#060455

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

Shades of Midnight Blue #060455

Tints of Midnight Blue #060455

Color information

#060455 (or 0x060455) is unknown color: approx Midnight Blue. HEX triplet: 06, 04 and 55. RGB value is (6,4,85). Sum of RGB (Red+Green+Blue) = 6+4+85=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 85 (33.59% from 255 or 89.47% from 95); Max value from RGB is 85 - color contains mainly: blue. Hex color #060455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060455 is #F9FBAA. Grayscale: #0D0D0D. Windows color (decimal): -16382891 or 5571590. OLE color: 5571590.

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

Color convert

RGB6485-
CMYK0.930.9500.67
HSL241.48º91.01%17.45%-
HSV(B)241.48º95.29%33.33%-
XYZ1.760.788.65-
YUV13.83168.16122.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 85 (33.59% from 255) = 89.47%
R=6.32%
G=4.21%
B=89.47%

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
Decimal64850.930.9500.67241.4891.0117.45
Hex64555D5F043f15b11
Octal64125135137010336113321
Binary1101001010101101110110111110100001111110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060455; }

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

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

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

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

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

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

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

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