#112973

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

Shades of Sapphire #112973

Tints of Sapphire #112973

Color information

#112973 (or 0x112973) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 73. RGB value is (17,41,115). Sum of RGB (Red+Green+Blue) = 17+41+115=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #112973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112973 is #EED68C. Grayscale: #292929. Windows color (decimal): -15652493 or 7547153. OLE color: 7547153.

HSL color Cylindrical-coordinate representation of color #112973: hue angle of 225.31º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112973 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1741115-
CMYK0.850.6400.55
HSL225.31º74.24%25.88%-
HSV(B)225.31º85.22%45.1%-
XYZ4.122.9416.57-
YUV42.26169.05109.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 115 (45.31% from 255) = 66.47%
R=9.83%
G=23.70%
B=66.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17411150.850.6400.55225.3174.2425.88
Hex1129735540037e14a1a
Octal215116312510006734111232
Binary10001101001111001110101011000000011011111100001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112973; }

 p { color: rgb(17,41,115); }

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

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

 a { background-color: rgb(17,41,115); }

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

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

 span { border-color: rgb(17,41,115); }

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