#112472

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

Shades of Sapphire #112472

Tints of Sapphire #112472

Color information

#112472 (or 0x112472) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 72. RGB value is (17,36,114). Sum of RGB (Red+Green+Blue) = 17+36+114=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #112472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112472 is #EEDB8D. Grayscale: #262626. Windows color (decimal): -15653774 or 7480337. OLE color: 7480337.

HSL color Cylindrical-coordinate representation of color #112472: hue angle of 228.25º 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 #112472 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1736114-
CMYK0.850.6800.55
HSL228.25º74.05%25.69%-
HSV(B)228.25º85.09%44.71%-
XYZ3.92.616.22-
YUV39.21170.21112.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 114 (44.92% from 255) = 68.26%
R=10.18%
G=21.56%
B=68.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17361140.850.6800.55228.2574.0525.69
Hex1124725544037e44a1a
Octal214416212510406734411232
Binary10001100100111001010101011000100011011111100100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112472; }

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

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

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

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

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

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

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

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