#0B055D

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

Shades of Midnight Blue #0B055D

Tints of Midnight Blue #0B055D

Color information

#0B055D (or 0x0B055D) is unknown color: approx Midnight Blue. HEX triplet: 0B, 05 and 5D. RGB value is (11,5,93). Sum of RGB (Red+Green+Blue) = 11+5+93=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B055D is #F4FAA2. Grayscale: #101010. Windows color (decimal): -16054947 or 6096139. OLE color: 6096139.

HSL color Cylindrical-coordinate representation of color #0B055D: hue angle of 244.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B055D is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB11593-
CMYK0.880.9500.64
HSL244.09º89.8%19.22%-
HSV(B)244.09º94.62%36.47%-
XYZ2.170.9710.43-
YUV16.83170.99123.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 93 (36.72% from 255) = 85.32%
R=10.09%
G=4.59%
B=85.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal115930.880.9500.64244.0989.819.22
HexB55D585F040f45a13
Octal135135130137010036413223
Binary10111011011101101100010111110100000011110100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,93); }

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

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

 a { background-color: rgb(11,5,93); }

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

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

 span { border-color: rgb(11,5,93); }

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