#112475

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

Shades of Sapphire #112475

Tints of Sapphire #112475

Color information

#112475 (or 0x112475) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 75. RGB value is (17,36,117). Sum of RGB (Red+Green+Blue) = 17+36+117=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #112475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112475 is #EEDB8A. Grayscale: #272727. Windows color (decimal): -15653771 or 7676945. OLE color: 7676945.

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

Color convert

RGB1736117-
CMYK0.850.6900.54
HSL228.6º74.63%26.27%-
HSV(B)228.6º85.47%45.88%-
XYZ4.072.6717.13-
YUV39.55171.71111.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 117 (46.09% from 255) = 68.82%
R=10%
G=21.18%
B=68.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17361170.850.6900.54228.674.6326.27
Hex1124755545036e54b1a
Octal214416512510506634511332
Binary10001100100111010110101011000101011011011100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112475; }

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

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

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

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

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

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

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

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