#0B0157

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

Shades of Midnight Blue #0B0157

Tints of Midnight Blue #0B0157

Color information

#0B0157 (or 0x0B0157) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 57. RGB value is (11,1,87). Sum of RGB (Red+Green+Blue) = 11+1+87=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 87 (34.38% from 255 or 87.88% from 99); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B0157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0157 is #F4FEA8. Grayscale: #0D0D0D. Windows color (decimal): -16055977 or 5701899. OLE color: 5701899.

HSL color Cylindrical-coordinate representation of color #0B0157: hue angle of 246.98º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0157 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB11187-
CMYK0.870.9900.66
HSL246.98º97.73%17.25%-
HSV(B)246.98º98.85%34.12%-
XYZ1.870.789.07-
YUV13.79169.31126.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 87 (34.38% from 255) = 87.88%
R=11.11%
G=1.01%
B=87.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal111870.870.9900.66246.9897.7317.25
HexB1575763042f76211
Octal131127127143010236714221
Binary101111010111101011111000110100001011110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,1,87); }

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

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

 a { background-color: rgb(11,1,87); }

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

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

 span { border-color: rgb(11,1,87); }

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