#0B1973

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

Shades of Midnight Blue #0B1973

Tints of Midnight Blue #0B1973

Color information

#0B1973 (or 0x0B1973) is unknown color: approx Midnight Blue. HEX triplet: 0B, 19 and 73. RGB value is (11,25,115). Sum of RGB (Red+Green+Blue) = 11+25+115=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B1973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1973 is #F4E68C. Grayscale: #1E1E1E. Windows color (decimal): -16049805 or 7543051. OLE color: 7543051.

HSL color Cylindrical-coordinate representation of color #0B1973: hue angle of 231.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1973 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1125115-
CMYK0.900.7800.55
HSL231.92º82.54%24.71%-
HSV(B)231.92º90.43%45.1%-
XYZ3.58216.42-
YUV31.07175.36113.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.28%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=7.28%
G=16.56%
B=76.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11251150.900.7800.55231.9282.5424.71
HexB19735A4E037e85319
Octal133116313211606735012331
Binary101111001111001110110101001110011011111101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,25,115); }

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

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

 a { background-color: rgb(11,25,115); }

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

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

 span { border-color: rgb(11,25,115); }

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