#112461

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

Shades of Sapphire #112461

Tints of Sapphire #112461

Color information

#112461 (or 0x112461) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 61. RGB value is (17,36,97). Sum of RGB (Red+Green+Blue) = 17+36+97=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #112461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112461 is #EEDB9E. Grayscale: #252525. Windows color (decimal): -15653791 or 6366225. OLE color: 6366225.

HSL color Cylindrical-coordinate representation of color #112461: hue angle of 225.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112461 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB173697-
CMYK0.820.6300.62
HSL225.75º70.18%22.35%-
HSV(B)225.75º82.47%38.04%-
XYZ3.022.2411.58-
YUV37.27161.71113.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=11.33%
G=24%
B=64.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1736970.820.6300.62225.7570.1822.35
Hex112461523F03Ee24616
Octal21441411227707634210626
Binary1000110010011000011010010111111011111011100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112461; }

 p { color: rgb(17,36,97); }

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

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

 a { background-color: rgb(17,36,97); }

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

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

 span { border-color: rgb(17,36,97); }

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