#080EA5

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

Shades of New Midnight Blue #080EA5

Tints of New Midnight Blue #080EA5

Color information

#080EA5 (or 0x080EA5) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0E and A5. RGB value is (8,14,165). Sum of RGB (Red+Green+Blue) = 8+14+165=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 165 (64.84% from 255 or 88.24% from 187); Max value from RGB is 165 - color contains mainly: blue. Hex color #080EA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080EA5 is #F7F15A. Grayscale: #1C1C1C. Windows color (decimal): -16249179 or 10817032. OLE color: 10817032.

HSL color Cylindrical-coordinate representation of color #080EA5: hue angle of 237.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080EA5 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB814165-
CMYK0.950.9200.35
HSL237.71º90.75%33.92%-
HSV(B)237.71º95.15%64.71%-
XYZ7.053.0835.82-
YUV29.42204.51112.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 14 (5.86% from 255) = 7.49%
BLUE value IS 165 (64.84% from 255) = 88.24%
R=4.28%
G=7.49%
B=88.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8141650.950.9200.35237.7190.7533.92
Hex8EA55F5C023ee5b22
Octal101624513713404335613342
Binary1000111010100101101111110111000100011111011101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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