#0B15AC

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

Shades of New Midnight Blue #0B15AC

Tints of New Midnight Blue #0B15AC

Color information

#0B15AC (or 0x0B15AC) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 15 and AC. RGB value is (11,21,172). Sum of RGB (Red+Green+Blue) = 11+21+172=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B15AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B15AC is #F4EA53. Grayscale: #222222. Windows color (decimal): -16050772 or 11277579. OLE color: 11277579.

HSL color Cylindrical-coordinate representation of color #0B15AC: hue angle of 236.27º 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 #0B15AC is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1121172-
CMYK0.940.8800.33
HSL236.27º87.98%35.88%-
HSV(B)236.27º93.6%67.45%-
XYZ7.853.5939.31-
YUV35.22205.19110.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 172 (67.58% from 255) = 84.31%
R=5.39%
G=10.29%
B=84.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11211720.940.8800.33236.2787.9835.88
HexB15AC5E58021ec5824
Octal132525413613004135413044
Binary10111010110101100101111010110000100001111011001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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