#112A7F

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

Shades of Sapphire #112A7F

Tints of Sapphire #112A7F

Color information

#112A7F (or 0x112A7F) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 7F. RGB value is (17,42,127). Sum of RGB (Red+Green+Blue) = 17+42+127=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #112A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A7F is #EED580. Grayscale: #2B2B2B. Windows color (decimal): -15652225 or 8333841. OLE color: 8333841.

HSL color Cylindrical-coordinate representation of color #112A7F: hue angle of 226.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112A7F is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1742127-
CMYK0.870.6700.50
HSL226.36º76.39%28.24%-
HSV(B)226.36º86.61%49.8%-
XYZ4.893.3120.46-
YUV44.22174.72108.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 127 (50% from 255) = 68.28%
R=9.14%
G=22.58%
B=68.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17421270.870.6700.50226.3676.3928.24
Hex112A7F5743032e24c1c
Octal215217712710306234211434
Binary10001101010111111110101111000011011001011100010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,127); }

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

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

 a { background-color: rgb(17,42,127); }

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

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

 span { border-color: rgb(17,42,127); }

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