#0B133F

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

Shades of Midnight Express #0B133F

Tints of Midnight Express #0B133F

Color information

#0B133F (or 0x0B133F) is unknown color: approx Midnight Express. HEX triplet: 0B, 13 and 3F. RGB value is (11,19,63). Sum of RGB (Red+Green+Blue) = 11+19+63=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B133F is #F4ECC0. Grayscale: #151515. Windows color (decimal): -16051393 or 4133643. OLE color: 4133643.

HSL color Cylindrical-coordinate representation of color #0B133F: hue angle of 230.77º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B133F is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB111963-
CMYK0.830.7000.75
HSL230.77º70.27%14.51%-
HSV(B)230.77º82.54%24.71%-
XYZ1.270.94.81-
YUV21.62151.35120.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.83%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 63 (25% from 255) = 67.74%
R=11.83%
G=20.43%
B=67.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1119630.830.7000.75230.7770.2714.51
HexB133F534604Be746f
Octal132377123106011334710617
Binary10111001111111110100111000110010010111110011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,19,63); }

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

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

 a { background-color: rgb(11,19,63); }

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

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

 span { border-color: rgb(11,19,63); }

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