#112E70

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

Shades of Sapphire #112E70

Tints of Sapphire #112E70

Color information

#112E70 (or 0x112E70) is unknown color: approx Sapphire. HEX triplet: 11, 2E and 70. RGB value is (17,46,112). Sum of RGB (Red+Green+Blue) = 17+46+112=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #112E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E70 is #EED18F. Grayscale: #2C2C2C. Windows color (decimal): -15651216 or 7351825. OLE color: 7351825.

HSL color Cylindrical-coordinate representation of color #112E70: hue angle of 221.68º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112E70 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1746112-
CMYK0.850.5900.56
HSL221.68º73.64%25.29%-
HSV(B)221.68º84.82%43.92%-
XYZ4.133.2415.74-
YUV44.85165.89108.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 112 (44.14% from 255) = 64%
R=9.71%
G=26.29%
B=64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17461120.850.5900.56221.6873.6425.29
Hex112E70553B038de4a19
Octal21561601257307033611231
Binary1000110111011100001010101111011011100011011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,112); }

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

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

 a { background-color: rgb(17,46,112); }

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

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

 span { border-color: rgb(17,46,112); }

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