#112572

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

Shades of Sapphire #112572

Tints of Sapphire #112572

Color information

#112572 (or 0x112572) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 72. RGB value is (17,37,114). Sum of RGB (Red+Green+Blue) = 17+37+114=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #112572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112572 is #EEDA8D. Grayscale: #272727. Windows color (decimal): -15653518 or 7480593. OLE color: 7480593.

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

Color convert

RGB1737114-
CMYK0.850.6800.55
HSL227.63º74.05%25.69%-
HSV(B)227.63º85.09%44.71%-
XYZ3.932.6616.23-
YUV39.8169.87111.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=10.12%
G=22.02%
B=67.86%

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
Decimal17371140.850.6800.55227.6374.0525.69
Hex1125725544037e44a1a
Octal214516212510406734411232
Binary10001100101111001010101011000100011011111100100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112572; }

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

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

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

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

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

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

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

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