#0A193A

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

Shades of Midnight Express #0A193A

Tints of Midnight Express #0A193A

Color information

#0A193A (or 0x0A193A) is unknown color: approx Midnight Express. HEX triplet: 0A, 19 and 3A. RGB value is (10,25,58). Sum of RGB (Red+Green+Blue) = 10+25+58=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A193A is #F5E6C5. Grayscale: #181818. Windows color (decimal): -16115398 or 3807498. OLE color: 3807498.

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

Color convert

RGB102558-
CMYK0.830.5700.77
HSL221.25º70.59%13.33%-
HSV(B)221.25º82.76%22.75%-
XYZ1.241.074.14-
YUV24.28147.03117.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.75%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 58 (23.05% from 255) = 62.37%
R=10.75%
G=26.88%
B=62.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1025580.830.5700.77221.2570.5913.33
HexA193A533904Ddd47d
Octal12317212371011533510715
Binary1010110011110101010011111001010011011101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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