#112476

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

Shades of Sapphire #112476

Tints of Sapphire #112476

Color information

#112476 (or 0x112476) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 76. RGB value is (17,36,118). Sum of RGB (Red+Green+Blue) = 17+36+118=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #112476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112476 is #EEDB89. Grayscale: #272727. Windows color (decimal): -15653770 or 7742481. OLE color: 7742481.

HSL color Cylindrical-coordinate representation of color #112476: hue angle of 228.71º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112476 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1736118-
CMYK0.860.6900.54
HSL228.71º74.81%26.47%-
HSV(B)228.71º85.59%46.27%-
XYZ4.132.6917.44-
YUV39.67172.21111.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=9.94%
G=21.05%
B=69.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17361180.860.6900.54228.7174.8126.47
Hex1124765645036e54b1a
Octal214416612610506634511332
Binary10001100100111011010101101000101011011011100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112476; }

 p { color: rgb(17,36,118); }

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

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

 a { background-color: rgb(17,36,118); }

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

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

 span { border-color: rgb(17,36,118); }

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