#112A6D

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

Shades of Sapphire #112A6D

Tints of Sapphire #112A6D

Color information

#112A6D (or 0x112A6D) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 6D. RGB value is (17,42,109). Sum of RGB (Red+Green+Blue) = 17+42+109=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #112A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A6D is #EED592. Grayscale: #292929. Windows color (decimal): -15652243 or 7154193. OLE color: 7154193.

HSL color Cylindrical-coordinate representation of color #112A6D: hue angle of 223.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112A6D is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1742109-
CMYK0.840.6100.57
HSL223.7º73.02%24.71%-
HSV(B)223.7º84.4%42.75%-
XYZ3.822.8814.82-
YUV42.16165.72110.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=10.12%
G=25%
B=64.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17421090.840.6100.57223.773.0224.71
Hex112A6D543D039e04919
Octal21521551247507134011131
Binary1000110101011011011010100111101011100111100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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