#10134B

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

Shades of Midnight Express #10134B

Tints of Midnight Express #10134B

Color information

#10134B (or 0x10134B) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 4B. RGB value is (16,19,75). Sum of RGB (Red+Green+Blue) = 16+19+75=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #10134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10134B is #EFECB4. Grayscale: #181818. Windows color (decimal): -15723701 or 4920080. OLE color: 4920080.

HSL color Cylindrical-coordinate representation of color #10134B: hue angle of 236.95º 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 #10134B is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161975-
CMYK0.790.7500.71
HSL236.95º64.84%17.84%-
HSV(B)236.95º78.67%29.41%-
XYZ1.721.086.78-
YUV24.49156.51121.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 75 (29.69% from 255) = 68.18%
R=14.55%
G=17.27%
B=68.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1619750.790.7500.71236.9564.8417.84
Hex10134B4F4B047ed4112
Octal2023113117113010735510122
Binary10000100111001011100111110010110100011111101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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