#0B0150

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

Shades of Midnight Blue #0B0150

Tints of Midnight Blue #0B0150

Color information

#0B0150 (or 0x0B0150) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 50. RGB value is (11,1,80). Sum of RGB (Red+Green+Blue) = 11+1+80=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 80 (31.64% from 255 or 86.96% from 92); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B0150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0150 is #F4FEAF. Grayscale: #0C0C0C. Windows color (decimal): -16055984 or 5243147. OLE color: 5243147.

HSL color Cylindrical-coordinate representation of color #0B0150: hue angle of 247.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0150 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11180-
CMYK0.860.9900.69
HSL247.59º97.53%15.88%-
HSV(B)247.59º98.75%31.37%-
XYZ1.60.677.63-
YUV13165.81126.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.96%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 80 (31.64% from 255) = 86.96%
R=11.96%
G=1.09%
B=86.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal111800.860.9900.69247.5997.5315.88
HexB1505663045f86210
Octal131120126143010537014220
Binary101111010000101011011000110100010111111000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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