#080453

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

Shades of Midnight Blue #080453

Tints of Midnight Blue #080453

Color information

#080453 (or 0x080453) is unknown color: approx Midnight Blue. HEX triplet: 08, 04 and 53. RGB value is (8,4,83). Sum of RGB (Red+Green+Blue) = 8+4+83=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #080453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080453 is #F7FBAC. Grayscale: #0D0D0D. Windows color (decimal): -16251821 or 5440520. OLE color: 5440520.

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

Color convert

RGB8483-
CMYK0.900.9500.67
HSL243.04º90.8%17.06%-
HSV(B)243.04º95.18%32.55%-
XYZ1.70.768.24-
YUV14.2166.83123.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 83 (32.81% from 255) = 87.37%
R=8.42%
G=4.21%
B=87.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84830.900.9500.67243.0490.817.06
Hex84535A5F043f35b11
Octal104123132137010336313321
Binary10001001010011101101010111110100001111110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080453; }

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

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

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

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

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

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

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

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