#112868

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

Shades of Sapphire #112868

Tints of Sapphire #112868

Color information

#112868 (or 0x112868) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 68. RGB value is (17,40,104). Sum of RGB (Red+Green+Blue) = 17+40+104=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #112868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112868 is #EED797. Grayscale: #282828. Windows color (decimal): -15652760 or 6826001. OLE color: 6826001.

HSL color Cylindrical-coordinate representation of color #112868: hue angle of 224.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112868 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1740104-
CMYK0.840.6200.59
HSL224.14º71.9%23.73%-
HSV(B)224.14º83.65%40.78%-
XYZ3.492.6413.42-
YUV40.42163.88111.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 104 (41.02% from 255) = 64.60%
R=10.56%
G=24.84%
B=64.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17401040.840.6200.59224.1471.923.73
Hex112868543E03Be04818
Octal21501501247607334011030
Binary1000110100011010001010100111110011101111100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112868; }

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

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

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

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

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

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

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

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