#080B99

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

Shades of New Midnight Blue #080B99

Tints of New Midnight Blue #080B99

Color information

#080B99 (or 0x080B99) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0B and 99. RGB value is (8,11,153). Sum of RGB (Red+Green+Blue) = 8+11+153=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 153 (60.16% from 255 or 88.95% from 172); Max value from RGB is 153 - color contains mainly: blue. Hex color #080B99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B99 is #F7F466. Grayscale: #191919. Windows color (decimal): -16249959 or 10029832. OLE color: 10029832.

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

Color convert

RGB811153-
CMYK0.950.9300.4
HSL238.76º90.06%31.57%-
HSV(B)238.76º94.77%60%-
XYZ5.972.5930.32-
YUV26.29199.51114.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 153 (60.16% from 255) = 88.95%
R=4.65%
G=6.40%
B=88.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8111530.950.9300.4238.7690.0631.57
Hex8B995F5D028ef5a20
Octal101323113713505035713240
Binary1000101110011001101111110111010101000111011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,11,153); }

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

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

 a { background-color: rgb(8,11,153); }

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

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

 span { border-color: rgb(8,11,153); }

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