#10133A

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

Shades of Midnight Express #10133A

Tints of Midnight Express #10133A

Color information

#10133A (or 0x10133A) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 3A. RGB value is (16,19,58). Sum of RGB (Red+Green+Blue) = 16+19+58=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 19 (7.81% from 255 or 20.43% 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 #10133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10133A is #EFECC5. Grayscale: #161616. Windows color (decimal): -15723718 or 3805968. OLE color: 3805968.

HSL color Cylindrical-coordinate representation of color #10133A: hue angle of 235.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10133A is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB161958-
CMYK0.720.6700.77
HSL235.71º56.76%14.51%-
HSV(B)235.71º72.41%22.75%-
XYZ1.210.884.11-
YUV22.55148.01123.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 58 (23.05% from 255) = 62.37%
R=17.20%
G=20.43%
B=62.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1619580.720.6700.77235.7156.7614.51
Hex10133A484304Dec39f
Octal20237211010301153547117
Binary10000100111110101001000100001101001101111011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10133A; }

 p { color: rgb(16,19,58); }

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

<style>
 a { background-color: #10133A; }

 a { background-color: rgb(16,19,58); }

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

<style>
 span { border-color: #10133A; }

 span { border-color: rgb(16,19,58); }

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