#080E9A

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

Shades of New Midnight Blue #080E9A

Tints of New Midnight Blue #080E9A

Color information

#080E9A (or 0x080E9A) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0E and 9A. RGB value is (8,14,154). Sum of RGB (Red+Green+Blue) = 8+14+154=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 154 (60.55% from 255 or 87.5% from 176); Max value from RGB is 154 - color contains mainly: blue. Hex color #080E9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E9A is #F7F165. Grayscale: #1B1B1B. Windows color (decimal): -16249190 or 10096136. OLE color: 10096136.

HSL color Cylindrical-coordinate representation of color #080E9A: hue angle of 237.53º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080E9A is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB814154-
CMYK0.950.9100.40
HSL237.53º90.12%31.76%-
HSV(B)237.53º94.81%60.39%-
XYZ6.092.730.77-
YUV28.17199.01113.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 154 (60.55% from 255) = 87.5%
R=4.55%
G=7.95%
B=87.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8141540.950.9100.40237.5390.1231.76
Hex8E9A5F5B028ee5a20
Octal101623213713305035613240
Binary1000111010011010101111110110110101000111011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,14,154); }

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

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

 a { background-color: rgb(8,14,154); }

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

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

 span { border-color: rgb(8,14,154); }

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