#112678

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

Shades of Sapphire #112678

Tints of Sapphire #112678

Color information

#112678 (or 0x112678) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 78. RGB value is (17,38,120). Sum of RGB (Red+Green+Blue) = 17+38+120=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #112678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112678 is #EED987. Grayscale: #282828. Windows color (decimal): -15653256 or 7874065. OLE color: 7874065.

HSL color Cylindrical-coordinate representation of color #112678: hue angle of 227.77º 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 #112678 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1738120-
CMYK0.860.6800.53
HSL227.77º75.18%26.86%-
HSV(B)227.77º85.83%47.06%-
XYZ4.312.8618.09-
YUV41.07172.54110.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=9.71%
G=21.71%
B=68.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17381200.860.6800.53227.7775.1826.86
Hex1126785644035e44b1b
Octal214617012610406534411333
Binary10001100110111100010101101000100011010111100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112678; }

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

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

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

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

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

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

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

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