#10194B

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

Shades of Midnight Express #10194B

Tints of Midnight Express #10194B

Color information

#10194B (or 0x10194B) is unknown color: approx Midnight Express. HEX triplet: 10, 19 and 4B. RGB value is (16,25,75). Sum of RGB (Red+Green+Blue) = 16+25+75=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #10194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10194B is #EFE6B4. Grayscale: #1B1B1B. Windows color (decimal): -15722165 or 4921616. OLE color: 4921616.

HSL color Cylindrical-coordinate representation of color #10194B: hue angle of 230.85º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10194B is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB162575-
CMYK0.790.6700.71
HSL230.85º64.84%17.84%-
HSV(B)230.85º78.67%29.41%-
XYZ1.831.316.81-
YUV28.01154.52119.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=13.79%
G=21.55%
B=64.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1625750.790.6700.71230.8564.8417.84
Hex10194B4F43047e74112
Octal2031113117103010734710122
Binary10000110011001011100111110000110100011111100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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