#0B1B48

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

Shades of Midnight Express #0B1B48

Tints of Midnight Express #0B1B48

Color information

#0B1B48 (or 0x0B1B48) is unknown color: approx Midnight Express. HEX triplet: 0B, 1B and 48. RGB value is (11,27,72). Sum of RGB (Red+Green+Blue) = 11+27+72=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B1B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B48 is #F4E4B7. Grayscale: #1B1B1B. Windows color (decimal): -16049336 or 4725515. OLE color: 4725515.

HSL color Cylindrical-coordinate representation of color #0B1B48: hue angle of 224.26º 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 #0B1B48 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB112772-
CMYK0.850.6200.72
HSL224.26º73.49%16.27%-
HSV(B)224.26º84.72%28.24%-
XYZ1.71.326.3-
YUV27.35153.2116.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=10%
G=24.55%
B=65.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1127720.850.6200.72224.2673.4916.27
HexB1B48553E048e04910
Octal133311012576011034011120
Binary101111011100100010101011111100100100011100000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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