#112878

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

Shades of Sapphire #112878

Tints of Sapphire #112878

Color information

#112878 (or 0x112878) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 78. RGB value is (17,40,120). Sum of RGB (Red+Green+Blue) = 17+40+120=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #112878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112878 is #EED787. Grayscale: #292929. Windows color (decimal): -15652744 or 7874577. OLE color: 7874577.

HSL color Cylindrical-coordinate representation of color #112878: hue angle of 226.6º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112878 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1740120-
CMYK0.860.6700.53
HSL226.6º75.18%26.86%-
HSV(B)226.6º85.83%47.06%-
XYZ4.382.9918.12-
YUV42.24171.88110-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 120 (47.27% from 255) = 67.80%
R=9.60%
G=22.60%
B=67.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17401200.860.6700.53226.675.1826.86
Hex1128785643035e34b1b
Octal215017012610306534311333
Binary10001101000111100010101101000011011010111100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112878; }

 p { color: rgb(17,40,120); }

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

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

 a { background-color: rgb(17,40,120); }

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

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

 span { border-color: rgb(17,40,120); }

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