#10214A

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

Shades of Midnight Express #10214A

Tints of Midnight Express #10214A

Color information

#10214A (or 0x10214A) is unknown color: approx Midnight Express. HEX triplet: 10, 21 and 4A. RGB value is (16,33,74). Sum of RGB (Red+Green+Blue) = 16+33+74=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #10214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10214A is #EFDEB5. Grayscale: #202020. Windows color (decimal): -15720118 or 4858128. OLE color: 4858128.

HSL color Cylindrical-coordinate representation of color #10214A: hue angle of 222.41º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10214A is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163374-
CMYK0.780.5500.71
HSL222.41º64.44%17.65%-
HSV(B)222.41º78.38%29.02%-
XYZ1.991.696.7-
YUV32.59151.37116.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 74 (29.30% from 255) = 60.16%
R=13.01%
G=26.83%
B=60.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1633740.780.5500.71222.4164.4417.65
Hex10214A4E37047de4012
Octal204111211667010733610022
Binary10000100001100101010011101101110100011111011110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10214A; }

 p { color: rgb(16,33,74); }

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

<style>
 a { background-color: #10214A; }

 a { background-color: rgb(16,33,74); }

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

<style>
 span { border-color: #10214A; }

 span { border-color: rgb(16,33,74); }

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