#0B099C

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

Shades of New Midnight Blue #0B099C

Tints of New Midnight Blue #0B099C

Color information

#0B099C (or 0x0B099C) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 09 and 9C. RGB value is (11,9,156). Sum of RGB (Red+Green+Blue) = 11+9+156=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 156 (61.33% from 255 or 88.64% from 176); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B099C is #F4F663. Grayscale: #191919. Windows color (decimal): -16053860 or 10225931. OLE color: 10225931.

HSL color Cylindrical-coordinate representation of color #0B099C: hue angle of 240.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B099C is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119156-
CMYK0.930.9400.39
HSL240.82º89.09%32.35%-
HSV(B)240.82º94.23%61.18%-
XYZ6.242.6731.64-
YUV26.36201.16117.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.25%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 156 (61.33% from 255) = 88.64%
R=6.25%
G=5.11%
B=88.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191560.930.9400.39240.8289.0932.35
HexB99C5D5E027f15920
Octal131123413513604736113140
Binary1011100110011100101110110111100100111111100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B099C; }

 p { color: rgb(11,9,156); }

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

<style>
 a { background-color: #0B099C; }

 a { background-color: rgb(11,9,156); }

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

<style>
 span { border-color: #0B099C; }

 span { border-color: rgb(11,9,156); }

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