#112C6D

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

Shades of Sapphire #112C6D

Tints of Sapphire #112C6D

Color information

#112C6D (or 0x112C6D) is unknown color: approx Sapphire. HEX triplet: 11, 2C and 6D. RGB value is (17,44,109). Sum of RGB (Red+Green+Blue) = 17+44+109=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #112C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C6D is #EED392. Grayscale: #2B2B2B. Windows color (decimal): -15651731 or 7154705. OLE color: 7154705.

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

Color convert

RGB1744109-
CMYK0.840.6000.57
HSL222.39º73.02%24.71%-
HSV(B)222.39º84.4%42.75%-
XYZ3.893.0214.85-
YUV43.34165.05109.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=10%
G=25.88%
B=64.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17441090.840.6000.57222.3973.0224.71
Hex112C6D543C039de4919
Octal21541551247407133611131
Binary1000110110011011011010100111100011100111011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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