#080952

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

Shades of Midnight Blue #080952

Tints of Midnight Blue #080952

Color information

#080952 (or 0x080952) is unknown color: approx Midnight Blue. HEX triplet: 08, 09 and 52. RGB value is (8,9,82). Sum of RGB (Red+Green+Blue) = 8+9+82=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #080952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080952 is #F7F6AD. Grayscale: #101010. Windows color (decimal): -16250542 or 5376264. OLE color: 5376264.

HSL color Cylindrical-coordinate representation of color #080952: hue angle of 239.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080952 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB8982-
CMYK0.900.8900.68
HSL239.19º82.22%17.65%-
HSV(B)239.19º90.24%32.16%-
XYZ1.720.868.06-
YUV17.02164.67121.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 82 (32.42% from 255) = 82.83%
R=8.08%
G=9.09%
B=82.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal89820.900.8900.68239.1982.2217.65
Hex89525A59044ef5212
Octal1011122132131010435712222
Binary100010011010010101101010110010100010011101111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080952; }

 p { color: rgb(8,9,82); }

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

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

 a { background-color: rgb(8,9,82); }

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

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

 span { border-color: rgb(8,9,82); }

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