#080F9B

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

Shades of New Midnight Blue #080F9B

Tints of New Midnight Blue #080F9B

Color information

#080F9B (or 0x080F9B) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0F and 9B. RGB value is (8,15,155). Sum of RGB (Red+Green+Blue) = 8+15+155=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #080F9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F9B is #F7F064. Grayscale: #1C1C1C. Windows color (decimal): -16248933 or 10161928. OLE color: 10161928.

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

Color convert

RGB815155-
CMYK0.950.9000.39
HSL237.14º90.18%31.96%-
HSV(B)237.14º94.84%60.78%-
XYZ6.192.7631.22-
YUV28.87199.18113.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 155 (60.94% from 255) = 87.08%
R=4.49%
G=8.43%
B=87.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8151550.950.9000.39237.1490.1831.96
Hex8F9B5F5A027ed5a20
Octal101723313713204735513240
Binary1000111110011011101111110110100100111111011011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,15,155); }

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

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

 a { background-color: rgb(8,15,155); }

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

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

 span { border-color: rgb(8,15,155); }

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