#080D9A

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

Shades of New Midnight Blue #080D9A

Tints of New Midnight Blue #080D9A

Color information

#080D9A (or 0x080D9A) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0D and 9A. RGB value is (8,13,154). Sum of RGB (Red+Green+Blue) = 8+13+154=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 154 (60.55% from 255 or 88% from 175); Max value from RGB is 154 - color contains mainly: blue. Hex color #080D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D9A is #F7F265. Grayscale: #1B1B1B. Windows color (decimal): -16249446 or 10095880. OLE color: 10095880.

HSL color Cylindrical-coordinate representation of color #080D9A: hue angle of 237.95º 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 #080D9A is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB813154-
CMYK0.950.9200.40
HSL237.95º90.12%31.76%-
HSV(B)237.95º94.81%60.39%-
XYZ6.082.6730.77-
YUV27.58199.34114.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 13 (5.47% from 255) = 7.43%
BLUE value IS 154 (60.55% from 255) = 88%
R=4.57%
G=7.43%
B=88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8131540.950.9200.40237.9590.1231.76
Hex8D9A5F5C028ee5a20
Octal101523213713405035613240
Binary1000110110011010101111110111000101000111011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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