#0B12AB

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

Shades of New Midnight Blue #0B12AB

Tints of New Midnight Blue #0B12AB

Color information

#0B12AB (or 0x0B12AB) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 12 and AB. RGB value is (11,18,171). Sum of RGB (Red+Green+Blue) = 11+18+171=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B12AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B12AB is #F4ED54. Grayscale: #202020. Windows color (decimal): -16051541 or 11211275. OLE color: 11211275.

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

Color convert

RGB1118171-
CMYK0.940.8900.33
HSL237.38º87.91%35.69%-
HSV(B)237.38º93.57%67.06%-
XYZ7.713.4438.79-
YUV33.35205.68112.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 171 (67.19% from 255) = 85.5%
R=5.5%
G=9%
B=85.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11181710.940.8900.33237.3887.9135.69
HexB12AB5E59021ed5824
Octal132225313613104135513044
Binary10111001010101011101111010110010100001111011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,18,171); }

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

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

 a { background-color: rgb(11,18,171); }

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

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

 span { border-color: rgb(11,18,171); }

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