#10294A

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

Shades of Midnight #10294A

Tints of Midnight #10294A

Color information

#10294A (or 0x10294A) is unknown color: approx Midnight. HEX triplet: 10, 29 and 4A. RGB value is (16,41,74). Sum of RGB (Red+Green+Blue) = 16+41+74=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #10294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10294A is #EFD6B5. Grayscale: #252525. Windows color (decimal): -15718070 or 4860176. OLE color: 4860176.

HSL color Cylindrical-coordinate representation of color #10294A: hue angle of 214.14º 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 #10294A is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB164174-
CMYK0.780.4500.71
HSL214.14º64.44%17.65%-
HSV(B)214.14º78.38%29.02%-
XYZ2.242.196.78-
YUV37.29148.72112.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=12.21%
G=31.30%
B=56.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1641740.780.4500.71214.1464.4417.65
Hex10294A4E2D047d64012
Octal205111211655010732610022
Binary10000101001100101010011101011010100011111010110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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