#113368

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

Shades of Sapphire #113368

Tints of Sapphire #113368

Color information

#113368 (or 0x113368) is unknown color: approx Sapphire. HEX triplet: 11, 33 and 68. RGB value is (17,51,104). Sum of RGB (Red+Green+Blue) = 17+51+104=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #113368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113368 is #EECC97. Grayscale: #2E2E2E. Windows color (decimal): -15649944 or 6828817. OLE color: 6828817.

HSL color Cylindrical-coordinate representation of color #113368: hue angle of 216.55º 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 #113368 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1751104-
CMYK0.840.5100.59
HSL216.55º71.9%23.73%-
HSV(B)216.55º83.65%40.78%-
XYZ3.913.4913.56-
YUV46.88160.24106.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=9.88%
G=29.65%
B=60.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17511040.840.5100.59216.5571.923.73
Hex113368543303Bd94818
Octal21631501246307333111030
Binary1000111001111010001010100110011011101111011001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113368; }

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

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

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

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

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

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

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

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