#112068

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

Shades of Sapphire #112068

Tints of Sapphire #112068

Color information

#112068 (or 0x112068) is unknown color: approx Sapphire. HEX triplet: 11, 20 and 68. RGB value is (17,32,104). Sum of RGB (Red+Green+Blue) = 17+32+104=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #112068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112068 is #EEDF97. Grayscale: #232323. Windows color (decimal): -15654808 or 6823953. OLE color: 6823953.

HSL color Cylindrical-coordinate representation of color #112068: hue angle of 229.66º 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 #112068 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1732104-
CMYK0.840.6900.59
HSL229.66º71.9%23.73%-
HSV(B)229.66º83.65%40.78%-
XYZ3.252.1513.34-
YUV35.72166.53114.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 104 (41.02% from 255) = 67.97%
R=11.11%
G=20.92%
B=67.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17321040.840.6900.59229.6671.923.73
Hex112068544503Be64818
Octal214015012410507334611030
Binary10001100000110100010101001000101011101111100110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112068; }

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

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

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

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

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

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

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

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