#080C9B

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

Shades of New Midnight Blue #080C9B

Tints of New Midnight Blue #080C9B

Color information

#080C9B (or 0x080C9B) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0C and 9B. RGB value is (8,12,155). Sum of RGB (Red+Green+Blue) = 8+12+155=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 155 (60.94% from 255 or 88.57% from 175); Max value from RGB is 155 - color contains mainly: blue. Hex color #080C9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C9B is #F7F364. Grayscale: #1A1A1A. Windows color (decimal): -16249701 or 10161160. OLE color: 10161160.

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

Color convert

RGB812155-
CMYK0.950.9200.39
HSL238.37º90.18%31.96%-
HSV(B)238.37º94.84%60.78%-
XYZ6.152.6831.2-
YUV27.11200.17114.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 155 (60.94% from 255) = 88.57%
R=4.57%
G=6.86%
B=88.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8121550.950.9200.39238.3790.1831.96
Hex8C9B5F5C027ee5a20
Octal101423313713404735613240
Binary1000110010011011101111110111000100111111011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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