#10194F

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

Shades of Midnight Express #10194F

Tints of Midnight Express #10194F

Color information

#10194F (or 0x10194F) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 4F. RGB value is (16,25,79). Sum of RGB (Red+Green+Blue) = 16+25+79=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #10194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10194F is #EFE6B0. Grayscale: #1C1C1C. Windows color (decimal): -15722161 or 5183760. OLE color: 5183760.

HSL color Cylindrical-coordinate representation of color #10194F: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10194F is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB162579-
CMYK0.800.6800.69
HSL231.43º66.32%18.63%-
HSV(B)231.43º79.75%30.98%-
XYZ1.971.377.56-
YUV28.46156.52119.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 79 (31.25% from 255) = 65.83%
R=13.33%
G=20.83%
B=65.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1625790.800.6800.69231.4366.3218.63
Hex10194F5044045e74213
Octal2031117120104010534710223
Binary10000110011001111101000010001000100010111100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10194F; }

 p { color: rgb(16,25,79); }

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

<style>
 a { background-color: #10194F; }

 a { background-color: rgb(16,25,79); }

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

<style>
 span { border-color: #10194F; }

 span { border-color: rgb(16,25,79); }

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