#0B1535

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

Shades of Midnight Express #0B1535

Tints of Midnight Express #0B1535

Color information

#0B1535 (or 0x0B1535) is unknown color: approx Midnight Express. HEX triplet: 0B, 15 and 35. RGB value is (11,21,53). Sum of RGB (Red+Green+Blue) = 11+21+53=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B1535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1535 is #F4EACA. Grayscale: #151515. Windows color (decimal): -16050891 or 3478795. OLE color: 3478795.

HSL color Cylindrical-coordinate representation of color #0B1535: hue angle of 225.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1535 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB112153-
CMYK0.790.6000.79
HSL225.71º65.62%12.55%-
HSV(B)225.71º79.25%20.78%-
XYZ1.050.863.48-
YUV21.66145.69120.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 53 (21.09% from 255) = 62.35%
R=12.94%
G=24.71%
B=62.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1121530.790.6000.79225.7165.6212.55
HexB15354F3C04Fe242d
Octal13256511774011734210215
Binary1011101011101011001111111100010011111110001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,21,53); }

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

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

 a { background-color: rgb(11,21,53); }

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

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

 span { border-color: rgb(11,21,53); }

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