#112663

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

Shades of Sapphire #112663

Tints of Sapphire #112663

Color information

#112663 (or 0x112663) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 63. RGB value is (17,38,99). Sum of RGB (Red+Green+Blue) = 17+38+99=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #112663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112663 is #EED99C. Grayscale: #262626. Windows color (decimal): -15653277 or 6497809. OLE color: 6497809.

HSL color Cylindrical-coordinate representation of color #112663: hue angle of 224.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112663 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB173899-
CMYK0.830.6200.61
HSL224.63º70.69%22.75%-
HSV(B)224.63º82.83%38.82%-
XYZ3.182.4112.1-
YUV38.67162.04112.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=11.04%
G=24.68%
B=64.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1738990.830.6200.61224.6370.6922.75
Hex112663533E03De14717
Octal21461431237607534110727
Binary1000110011011000111010011111110011110111100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112663; }

 p { color: rgb(17,38,99); }

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

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

 a { background-color: rgb(17,38,99); }

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

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

 span { border-color: rgb(17,38,99); }

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