#112C78

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

Shades of Sapphire #112C78

Tints of Sapphire #112C78

Color information

#112C78 (or 0x112C78) is unknown color: approx Sapphire. HEX triplet: 11, 2C and 78. RGB value is (17,44,120). Sum of RGB (Red+Green+Blue) = 17+44+120=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #112C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C78 is #EED387. Grayscale: #2C2C2C. Windows color (decimal): -15651720 or 7875601. OLE color: 7875601.

HSL color Cylindrical-coordinate representation of color #112C78: hue angle of 224.27º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112C78 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1744120-
CMYK0.860.6300.53
HSL224.27º75.18%26.86%-
HSV(B)224.27º85.83%47.06%-
XYZ4.523.2818.16-
YUV44.59170.55108.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=9.39%
G=24.31%
B=66.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17441200.860.6300.53224.2775.1826.86
Hex112C78563F035e04b1b
Octal21541701267706534011333
Binary1000110110011110001010110111111011010111100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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