#10294F

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

Shades of Sapphire #10294F

Tints of Sapphire #10294F

Color information

#10294F (or 0x10294F) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 4F. RGB value is (16,41,79). Sum of RGB (Red+Green+Blue) = 16+41+79=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #10294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10294F is #EFD6B0. Grayscale: #252525. Windows color (decimal): -15718065 or 5187856. OLE color: 5187856.

HSL color Cylindrical-coordinate representation of color #10294F: hue angle of 216.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10294F is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB164179-
CMYK0.800.4800.69
HSL216.19º66.32%18.63%-
HSV(B)216.19º79.75%30.98%-
XYZ2.422.267.71-
YUV37.86151.22112.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=11.76%
G=30.15%
B=58.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1641790.800.4800.69216.1966.3218.63
Hex10294F5030045d84213
Octal205111712060010533010223
Binary10000101001100111110100001100000100010111011000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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