#10143A

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

Shades of Midnight Express #10143A

Tints of Midnight Express #10143A

Color information

#10143A (or 0x10143A) is unknown color: approx Midnight Express. HEX triplet: 10, 14 and 3A. RGB value is (16,20,58). Sum of RGB (Red+Green+Blue) = 16+20+58=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 20 (8.20% from 255 or 21.28% 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 #10143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10143A is #EFEBC5. Grayscale: #161616. Windows color (decimal): -15723462 or 3806224. OLE color: 3806224.

HSL color Cylindrical-coordinate representation of color #10143A: hue angle of 234.29º 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 #10143A is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB162058-
CMYK0.720.6600.77
HSL234.29º56.76%14.51%-
HSV(B)234.29º72.41%22.75%-
XYZ1.230.924.12-
YUV23.14147.67122.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=17.02%
G=21.28%
B=61.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1620580.720.6600.77234.2956.7614.51
Hex10143A484204Dea39f
Octal20247211010201153527117
Binary10000101001110101001000100001001001101111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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