#0B1C48

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

Shades of Midnight Express #0B1C48

Tints of Midnight Express #0B1C48

Color information

#0B1C48 (or 0x0B1C48) is unknown color: approx Midnight Express. HEX triplet: 0B, 1C and 48. RGB value is (11,28,72). Sum of RGB (Red+Green+Blue) = 11+28+72=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B1C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1C48 is #F4E3B7. Grayscale: #1B1B1B. Windows color (decimal): -16049080 or 4725771. OLE color: 4725771.

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

Color convert

RGB112872-
CMYK0.850.6100.72
HSL223.28º73.49%16.27%-
HSV(B)223.28º84.72%28.24%-
XYZ1.721.376.3-
YUV27.93152.87115.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=9.91%
G=25.23%
B=64.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1128720.850.6100.72223.2873.4916.27
HexB1C48553D048df4910
Octal133411012575011033711120
Binary101111100100100010101011111010100100011011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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