#0B0F39

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

Shades of Midnight Express #0B0F39

Tints of Midnight Express #0B0F39

Color information

#0B0F39 (or 0x0B0F39) is unknown color: approx Midnight Express. HEX triplet: 0B, 0F and 39. RGB value is (11,15,57). Sum of RGB (Red+Green+Blue) = 11+15+57=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B0F39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F39 is #F4F0C6. Grayscale: #121212. Windows color (decimal): -16052423 or 3739403. OLE color: 3739403.

HSL color Cylindrical-coordinate representation of color #0B0F39: hue angle of 234.78º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B0F39 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB111557-
CMYK0.810.7400.78
HSL234.78º67.65%13.33%-
HSV(B)234.78º80.7%22.35%-
XYZ1.050.713.95-
YUV18.59149.67122.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.25%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 57 (22.66% from 255) = 68.67%
R=13.25%
G=18.07%
B=68.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1115570.810.7400.78234.7867.6513.33
HexBF39514A04Eeb44d
Octal131771121112011635310415
Binary1011111111100110100011001010010011101110101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,57); }

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

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

 a { background-color: rgb(11,15,57); }

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

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

 span { border-color: rgb(11,15,57); }

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