#112471

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

Shades of Sapphire #112471

Tints of Sapphire #112471

Color information

#112471 (or 0x112471) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 71. RGB value is (17,36,113). Sum of RGB (Red+Green+Blue) = 17+36+113=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #112471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112471 is #EEDB8E. Grayscale: #262626. Windows color (decimal): -15653775 or 7414801. OLE color: 7414801.

HSL color Cylindrical-coordinate representation of color #112471: hue angle of 228.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112471 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1736113-
CMYK0.850.6800.56
HSL228.12º73.85%25.49%-
HSV(B)228.12º84.96%44.31%-
XYZ3.842.5715.92-
YUV39.1169.71112.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 113 (44.53% from 255) = 68.07%
R=10.24%
G=21.69%
B=68.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17361130.850.6800.56228.1273.8525.49
Hex1124715544038e44a19
Octal214416112510407034411231
Binary10001100100111000110101011000100011100011100100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112471; }

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

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

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

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

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

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

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

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