#0B1271

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

Shades of Midnight Blue #0B1271

Tints of Midnight Blue #0B1271

Color information

#0B1271 (or 0x0B1271) is unknown color: approx Midnight Blue. HEX triplet: 0B, 12 and 71. RGB value is (11,18,113). Sum of RGB (Red+Green+Blue) = 11+18+113=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B1271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1271 is #F4ED8E. Grayscale: #1A1A1A. Windows color (decimal): -16051599 or 7410187. OLE color: 7410187.

HSL color Cylindrical-coordinate representation of color #0B1271: hue angle of 235.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1271 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1118113-
CMYK0.900.8400.56
HSL235.88º82.26%24.31%-
HSV(B)235.88º90.27%44.31%-
XYZ3.331.715.77-
YUV26.74176.68116.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 113 (44.53% from 255) = 79.58%
R=7.75%
G=12.68%
B=79.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11181130.900.8400.56235.8882.2624.31
HexB12715A54038ec5218
Octal132216113212407035412230
Binary101110010111000110110101010100011100011101100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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