#0B1173

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

Shades of Midnight Blue #0B1173

Tints of Midnight Blue #0B1173

Color information

#0B1173 (or 0x0B1173) is unknown color: approx Midnight Blue. HEX triplet: 0B, 11 and 73. RGB value is (11,17,115). Sum of RGB (Red+Green+Blue) = 11+17+115=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B1173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1173 is #F4EE8C. Grayscale: #191919. Windows color (decimal): -16051853 or 7541003. OLE color: 7541003.

HSL color Cylindrical-coordinate representation of color #0B1173: hue angle of 236.54º 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 #0B1173 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1117115-
CMYK0.900.8500.55
HSL236.54º82.54%24.71%-
HSV(B)236.54º90.43%45.1%-
XYZ3.431.7116.37-
YUV26.38178.01117.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.69%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 115 (45.31% from 255) = 80.42%
R=7.69%
G=11.89%
B=80.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11171150.900.8500.55236.5482.5424.71
HexB11735A55037ed5319
Octal132116313212506735512331
Binary101110001111001110110101010101011011111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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