#080A4B

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

Shades of Midnight Blue #080A4B

Tints of Midnight Blue #080A4B

Color information

#080A4B (or 0x080A4B) is unknown color: approx Midnight Blue. HEX triplet: 08, 0A and 4B. RGB value is (8,10,75). Sum of RGB (Red+Green+Blue) = 8+10+75=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #080A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A4B is #F7F5B4. Grayscale: #101010. Windows color (decimal): -16250293 or 4917768. OLE color: 4917768.

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

Color convert

RGB81075-
CMYK0.890.8700.71
HSL238.21º80.72%16.27%-
HSV(B)238.21º89.33%29.41%-
XYZ1.480.786.73-
YUV16.81160.84121.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 10 (4.30% from 255) = 10.75%
BLUE value IS 75 (29.69% from 255) = 80.65%
R=8.60%
G=10.75%
B=80.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal810750.890.8700.71238.2180.7216.27
Hex8A4B5957047ee5110
Octal1012113131127010735612120
Binary100010101001011101100110101110100011111101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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