#0B0154

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

Shades of Midnight Blue #0B0154

Tints of Midnight Blue #0B0154

Color information

#0B0154 (or 0x0B0154) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 54. RGB value is (11,1,84). Sum of RGB (Red+Green+Blue) = 11+1+84=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 84 (33.20% from 255 or 87.5% from 96); Max value from RGB is 84 - color contains mainly: blue. Hex color #0B0154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0154 is #F4FEAB. Grayscale: #0D0D0D. Windows color (decimal): -16055980 or 5505291. OLE color: 5505291.

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

Color convert

RGB11184-
CMYK0.870.9900.67
HSL247.23º97.65%16.67%-
HSV(B)247.23º98.81%32.94%-
XYZ1.750.738.44-
YUV13.45167.81126.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 84 (33.20% from 255) = 87.5%
R=11.46%
G=1.04%
B=87.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal111840.870.9900.67247.2397.6516.67
HexB1545763043f76211
Octal131124127143010336714221
Binary101111010100101011111000110100001111110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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