#10294C

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

Shades of Midnight #10294C

Tints of Midnight #10294C

Color information

#10294C (or 0x10294C) is unknown color: approx Midnight. HEX triplet: 10, 29 and 4C. RGB value is (16,41,76). Sum of RGB (Red+Green+Blue) = 16+41+76=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #10294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10294C is #EFD6B3. Grayscale: #252525. Windows color (decimal): -15718068 or 4991248. OLE color: 4991248.

HSL color Cylindrical-coordinate representation of color #10294C: hue angle of 215º degrees, saturation: 0.65, 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 #10294C is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB164176-
CMYK0.790.4600.70
HSL215º65.22%18.04%-
HSV(B)215º78.95%29.8%-
XYZ2.312.227.14-
YUV37.52149.72112.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=12.03%
G=30.83%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1641760.790.4600.7021565.2218.04
Hex10294C4F2E046d74112
Octal205111411756010632710122
Binary10000101001100110010011111011100100011011010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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