#0B133D

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

Shades of Midnight Express #0B133D

Tints of Midnight Express #0B133D

Color information

#0B133D (or 0x0B133D) is unknown color: approx Midnight Express. HEX triplet: 0B, 13 and 3D. RGB value is (11,19,61). Sum of RGB (Red+Green+Blue) = 11+19+61=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B133D is #F4ECC2. Grayscale: #151515. Windows color (decimal): -16051395 or 4002571. OLE color: 4002571.

HSL color Cylindrical-coordinate representation of color #0B133D: hue angle of 230.4º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B133D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB111961-
CMYK0.820.6900.76
HSL230.4º69.44%14.12%-
HSV(B)230.4º81.97%23.92%-
XYZ1.210.874.52-
YUV21.4150.35120.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.09%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 61 (24.22% from 255) = 67.03%
R=12.09%
G=20.88%
B=67.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1119610.820.6900.76230.469.4414.12
HexB133D524504Ce645e
Octal132375122105011434610516
Binary10111001111110110100101000101010011001110011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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