#10144F

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

Shades of Midnight Express #10144F

Tints of Midnight Express #10144F

Color information

#10144F (or 0x10144F) is unknown color: approx Midnight Express. HEX triplet: 10, 14 and 4F. RGB value is (16,20,79). Sum of RGB (Red+Green+Blue) = 16+20+79=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #10144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10144F is #EFEBB0. Grayscale: #191919. Windows color (decimal): -15723441 or 5182480. OLE color: 5182480.

HSL color Cylindrical-coordinate representation of color #10144F: hue angle of 236.19º 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 #10144F is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB162079-
CMYK0.800.7500.69
HSL236.19º66.32%18.63%-
HSV(B)236.19º79.75%30.98%-
XYZ1.881.177.53-
YUV25.53158.17121.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 79 (31.25% from 255) = 68.70%
R=13.91%
G=17.39%
B=68.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1620790.800.7500.69236.1966.3218.63
Hex10144F504B045ec4213
Octal2024117120113010535410223
Binary10000101001001111101000010010110100010111101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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