#0B055B

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

Shades of Midnight Blue #0B055B

Tints of Midnight Blue #0B055B

Color information

#0B055B (or 0x0B055B) is unknown color: approx Midnight Blue. HEX triplet: 0B, 05 and 5B. RGB value is (11,5,91). Sum of RGB (Red+Green+Blue) = 11+5+91=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B055B is #F4FAA4. Grayscale: #101010. Windows color (decimal): -16054949 or 5965067. OLE color: 5965067.

HSL color Cylindrical-coordinate representation of color #0B055B: hue angle of 244.19º 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 #0B055B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB11591-
CMYK0.880.9500.64
HSL244.19º89.58%18.82%-
HSV(B)244.19º94.51%35.69%-
XYZ2.080.949.97-
YUV16.6169.99124.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.28%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 91 (35.94% from 255) = 85.05%
R=10.28%
G=4.67%
B=85.05%

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
Decimal115910.880.9500.64244.1989.5818.82
HexB55B585F040f45a13
Octal135133130137010036413223
Binary10111011011011101100010111110100000011110100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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