#112468

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

Shades of Sapphire #112468

Tints of Sapphire #112468

Color information

#112468 (or 0x112468) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 68. RGB value is (17,36,104). Sum of RGB (Red+Green+Blue) = 17+36+104=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #112468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112468 is #EEDB97. Grayscale: #252525. Windows color (decimal): -15653784 or 6824977. OLE color: 6824977.

HSL color Cylindrical-coordinate representation of color #112468: hue angle of 226.9º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112468 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1736104-
CMYK0.840.6500.59
HSL226.9º71.9%23.73%-
HSV(B)226.9º83.65%40.78%-
XYZ3.362.3813.38-
YUV38.07165.21112.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 104 (41.02% from 255) = 66.24%
R=10.83%
G=22.93%
B=66.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17361040.840.6500.59226.971.923.73
Hex112468544103Be34818
Octal214415012410107334311030
Binary10001100100110100010101001000001011101111100011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112468; }

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

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

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

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

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

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

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

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