#080253

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

Shades of Midnight Blue #080253

Tints of Midnight Blue #080253

Color information

#080253 (or 0x080253) is unknown color: approx Midnight Blue. HEX triplet: 08, 02 and 53. RGB value is (8,2,83). Sum of RGB (Red+Green+Blue) = 8+2+83=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 2 (1.17% from 255 or 2.15% 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 #080253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080253 is #F7FDAC. Grayscale: #0C0C0C. Windows color (decimal): -16252333 or 5440008. OLE color: 5440008.

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

Color convert

RGB8283-
CMYK0.900.9800.67
HSL244.44º95.29%16.67%-
HSV(B)244.44º97.59%32.55%-
XYZ1.680.728.23-
YUV13.03167.49124.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 83 (32.81% from 255) = 89.25%
R=8.60%
G=2.15%
B=89.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal82830.900.9800.67244.4495.2916.67
Hex82535A62043f45f11
Octal102123132142010336413721
Binary1000101010011101101011000100100001111110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080253; }

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

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

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

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

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

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

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

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