#10144D

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

Shades of Midnight Express #10144D

Tints of Midnight Express #10144D

Color information

#10144D (or 0x10144D) is unknown color: approx Midnight Express. HEX triplet: 10, 14 and 4D. RGB value is (16,20,77). Sum of RGB (Red+Green+Blue) = 16+20+77=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #10144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10144D is #EFEBB2. Grayscale: #191919. Windows color (decimal): -15723443 or 5051408. OLE color: 5051408.

HSL color Cylindrical-coordinate representation of color #10144D: hue angle of 236.07º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10144D is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB162077-
CMYK0.790.7400.70
HSL236.07º65.59%18.24%-
HSV(B)236.07º79.22%30.2%-
XYZ1.81.157.15-
YUV25.3157.17121.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 77 (30.47% from 255) = 68.14%
R=14.16%
G=17.70%
B=68.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1620770.790.7400.70236.0765.5918.24
Hex10144D4F4A046ec4212
Octal2024115117112010635410222
Binary10000101001001101100111110010100100011011101100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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