#0B2148

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

Shades of Midnight Express #0B2148

Tints of Midnight Express #0B2148

Color information

#0B2148 (or 0x0B2148) is unknown color: approx Midnight Express. HEX triplet: 0B, 21 and 48. RGB value is (11,33,72). Sum of RGB (Red+Green+Blue) = 11+33+72=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B2148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2148 is #F4DEB7. Grayscale: #1E1E1E. Windows color (decimal): -16047800 or 4727051. OLE color: 4727051.

HSL color Cylindrical-coordinate representation of color #0B2148: hue angle of 218.36º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2148 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB113372-
CMYK0.850.5400.72
HSL218.36º73.49%16.27%-
HSV(B)218.36º84.72%28.24%-
XYZ1.851.636.35-
YUV30.87151.21113.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.48%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=9.48%
G=28.45%
B=62.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1133720.850.5400.72218.3673.4916.27
HexB21485536048da4910
Octal134111012566011033211120
Binary1011100001100100010101011101100100100011011010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,72); }

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

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

 a { background-color: rgb(11,33,72); }

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

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

 span { border-color: rgb(11,33,72); }

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