#0B16AC

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

Shades of New Midnight Blue #0B16AC

Tints of New Midnight Blue #0B16AC

Color information

#0B16AC (or 0x0B16AC) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 16 and AC. RGB value is (11,22,172). Sum of RGB (Red+Green+Blue) = 11+22+172=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B16AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B16AC is #F4E953. Grayscale: #232323. Windows color (decimal): -16050516 or 11277835. OLE color: 11277835.

HSL color Cylindrical-coordinate representation of color #0B16AC: hue angle of 235.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B16AC is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1122172-
CMYK0.940.8700.33
HSL235.9º87.98%35.88%-
HSV(B)235.9º93.6%67.45%-
XYZ7.873.6239.31-
YUV35.81204.86110.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.37%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 172 (67.58% from 255) = 83.90%
R=5.37%
G=10.73%
B=83.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11221720.940.8700.33235.987.9835.88
HexB16AC5E57021ec5824
Octal132625413612704135413044
Binary10111011010101100101111010101110100001111011001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B16AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,172); }

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

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

 a { background-color: rgb(11,22,172); }

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

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

 span { border-color: rgb(11,22,172); }

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