#0B0355

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

Shades of Midnight Blue #0B0355

Tints of Midnight Blue #0B0355

Color information

#0B0355 (or 0x0B0355) is unknown color: approx Midnight Blue. HEX triplet: 0B, 03 and 55. RGB value is (11,3,85). Sum of RGB (Red+Green+Blue) = 11+3+85=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 85 (33.59% from 255 or 85.86% from 99); Max value from RGB is 85 - color contains mainly: blue. Hex color #0B0355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0355 is #F4FCAA. Grayscale: #0E0E0E. Windows color (decimal): -16055467 or 5571339. OLE color: 5571339.

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

Color convert

RGB11385-
CMYK0.870.9600.67
HSL245.85º93.18%17.25%-
HSV(B)245.85º96.47%33.33%-
XYZ1.810.798.65-
YUV14.74167.65125.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 85 (33.59% from 255) = 85.86%
R=11.11%
G=3.03%
B=85.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal113850.870.9600.67245.8593.1817.25
HexB3555760043f65d11
Octal133125127140010336613521
Binary1011111010101101011111000000100001111110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,85); }

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

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

 a { background-color: rgb(11,3,85); }

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

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

 span { border-color: rgb(11,3,85); }

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