#080553

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

Shades of Midnight Blue #080553

Tints of Midnight Blue #080553

Color information

#080553 (or 0x080553) is unknown color: approx Midnight Blue. HEX triplet: 08, 05 and 53. RGB value is (8,5,83). Sum of RGB (Red+Green+Blue) = 8+5+83=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #080553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080553 is #F7FAAC. Grayscale: #0E0E0E. Windows color (decimal): -16251565 or 5440776. OLE color: 5440776.

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

Color convert

RGB8583-
CMYK0.900.9400.67
HSL242.31º88.64%17.25%-
HSV(B)242.31º93.98%32.55%-
XYZ1.720.788.24-
YUV14.79166.49123.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 83 (32.81% from 255) = 86.46%
R=8.33%
G=5.21%
B=86.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85830.900.9400.67242.3188.6417.25
Hex85535A5E043f25911
Octal105123132136010336213121
Binary10001011010011101101010111100100001111110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080553; }

 p { color: rgb(8,5,83); }

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

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

 a { background-color: rgb(8,5,83); }

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

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

 span { border-color: rgb(8,5,83); }

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