#112F68

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

Shades of Sapphire #112F68

Tints of Sapphire #112F68

Color information

#112F68 (or 0x112F68) is unknown color: approx Sapphire. HEX triplet: 11, 2F and 68. RGB value is (17,47,104). Sum of RGB (Red+Green+Blue) = 17+47+104=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #112F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F68 is #EED097. Grayscale: #2C2C2C. Windows color (decimal): -15650968 or 6827793. OLE color: 6827793.

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

Color convert

RGB1747104-
CMYK0.840.5500.59
HSL219.31º71.9%23.73%-
HSV(B)219.31º83.65%40.78%-
XYZ3.753.1513.51-
YUV44.53161.56108.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=10.12%
G=27.98%
B=61.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17471040.840.5500.59219.3171.923.73
Hex112F68543703Bdb4818
Octal21571501246707333311030
Binary1000110111111010001010100110111011101111011011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F68; }

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

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

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

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

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

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

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

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