#112978

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

Shades of Sapphire #112978

Tints of Sapphire #112978

Color information

#112978 (or 0x112978) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 78. RGB value is (17,41,120). Sum of RGB (Red+Green+Blue) = 17+41+120=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #112978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112978 is #EED687. Grayscale: #2A2A2A. Windows color (decimal): -15652488 or 7874833. OLE color: 7874833.

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

Color convert

RGB1741120-
CMYK0.860.6600.53
HSL226.02º75.18%26.86%-
HSV(B)226.02º85.83%47.06%-
XYZ4.413.0618.13-
YUV42.83171.55109.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=9.55%
G=23.03%
B=67.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17411200.860.6600.53226.0275.1826.86
Hex1129785642035e24b1b
Octal215117012610206534211333
Binary10001101001111100010101101000010011010111100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112978; }

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

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

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

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

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

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

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

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