#080A4C

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

Shades of Midnight Blue #080A4C

Tints of Midnight Blue #080A4C

Color information

#080A4C (or 0x080A4C) is unknown color: approx Midnight Blue. HEX triplet: 08, 0A and 4C. RGB value is (8,10,76). Sum of RGB (Red+Green+Blue) = 8+10+76=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #080A4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A4C is #F7F5B3. Grayscale: #101010. Windows color (decimal): -16250292 or 4983304. OLE color: 4983304.

HSL color Cylindrical-coordinate representation of color #080A4C: hue angle of 238.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080A4C is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB81076-
CMYK0.890.8700.70
HSL238.24º80.95%16.47%-
HSV(B)238.24º89.47%29.8%-
XYZ1.510.796.91-
YUV16.93161.34121.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 76 (30.08% from 255) = 80.85%
R=8.51%
G=10.64%
B=80.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal810760.890.8700.70238.2480.9516.47
Hex8A4C5957046ee5110
Octal1012114131127010635612120
Binary100010101001100101100110101110100011011101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080A4C; }

 p { color: rgb(8,10,76); }

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

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

 a { background-color: rgb(8,10,76); }

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

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

 span { border-color: rgb(8,10,76); }

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