#112858

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

Shades of Sapphire #112858

Tints of Sapphire #112858

Color information

#112858 (or 0x112858) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 58. RGB value is (17,40,88). Sum of RGB (Red+Green+Blue) = 17+40+88=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #112858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112858 is #EED7A7. Grayscale: #262626. Windows color (decimal): -15652776 or 5777425. OLE color: 5777425.

HSL color Cylindrical-coordinate representation of color #112858: hue angle of 220.56º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112858 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB174088-
CMYK0.810.5500.65
HSL220.56º67.62%20.59%-
HSV(B)220.56º80.68%34.51%-
XYZ2.752.349.54-
YUV38.6155.88112.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 88 (34.77% from 255) = 60.69%
R=11.72%
G=27.59%
B=60.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1740880.810.5500.65220.5667.6220.59
Hex1128585137041dd4415
Octal215013012167010133510425
Binary10001101000101100010100011101110100000111011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112858; }

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

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

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

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

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

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

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

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