#0B015E

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

Shades of Midnight Blue #0B015E

Tints of Midnight Blue #0B015E

Color information

#0B015E (or 0x0B015E) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 5E. RGB value is (11,1,94). Sum of RGB (Red+Green+Blue) = 11+1+94=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B015E is #F4FEA1. Grayscale: #0E0E0E. Windows color (decimal): -16055970 or 6160651. OLE color: 6160651.

HSL color Cylindrical-coordinate representation of color #0B015E: hue angle of 246.45º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B015E is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB11194-
CMYK0.880.9900.63
HSL246.45º97.89%18.63%-
HSV(B)246.45º98.94%36.86%-
XYZ2.170.910.65-
YUV14.59172.81125.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.38%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=10.38%
G=0.94%
B=88.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal111940.880.9900.63246.4597.8918.63
HexB15E586303Ff66213
Octal13113613014307736614223
Binary10111101111010110001100011011111111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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