#10294B

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

Shades of Midnight #10294B

Tints of Midnight #10294B

Color information

#10294B (or 0x10294B) is unknown color: approx Midnight. HEX triplet: 10, 29 and 4B. RGB value is (16,41,75). Sum of RGB (Red+Green+Blue) = 16+41+75=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #10294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10294B is #EFD6B4. Grayscale: #252525. Windows color (decimal): -15718069 or 4925712. OLE color: 4925712.

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

Color convert

RGB164175-
CMYK0.790.4500.71
HSL214.58º64.84%17.84%-
HSV(B)214.58º78.67%29.41%-
XYZ2.282.26.96-
YUV37.4149.22112.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=12.12%
G=31.06%
B=56.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1641750.790.4500.71214.5864.8417.84
Hex10294B4F2D047d74112
Octal205111311755010732710122
Binary10000101001100101110011111011010100011111010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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