#0B193A

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

Shades of Midnight Express #0B193A

Tints of Midnight Express #0B193A

Color information

#0B193A (or 0x0B193A) is unknown color: approx Midnight Express. HEX triplet: 0B, 19 and 3A. RGB value is (11,25,58). Sum of RGB (Red+Green+Blue) = 11+25+58=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B193A is #F4E6C5. Grayscale: #181818. Windows color (decimal): -16049862 or 3807499. OLE color: 3807499.

HSL color Cylindrical-coordinate representation of color #0B193A: hue angle of 222.13º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B193A is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB112558-
CMYK0.810.5700.77
HSL222.13º68.12%13.53%-
HSV(B)222.13º81.03%22.75%-
XYZ1.251.074.14-
YUV24.58146.86118.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.70%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=11.70%
G=26.60%
B=61.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1125580.810.5700.77222.1368.1213.53
HexB193A513904Dde44e
Octal13317212171011533610416
Binary1011110011110101010001111001010011011101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,25,58); }

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

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

 a { background-color: rgb(11,25,58); }

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

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

 span { border-color: rgb(11,25,58); }

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