#11305C

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

Shades of Sapphire #11305C

Tints of Sapphire #11305C

Color information

#11305C (or 0x11305C) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 5C. RGB value is (17,48,92). Sum of RGB (Red+Green+Blue) = 17+48+92=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #11305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11305C is #EECFA3. Grayscale: #2B2B2B. Windows color (decimal): -15650724 or 6041617. OLE color: 6041617.

HSL color Cylindrical-coordinate representation of color #11305C: hue angle of 215.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11305C is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB174892-
CMYK0.820.4800.64
HSL215.2º68.81%21.37%-
HSV(B)215.2º81.52%36.08%-
XYZ3.223.0110.54-
YUV43.75155.23108.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=10.83%
G=30.57%
B=58.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1748920.820.4800.64215.268.8121.37
Hex11305C5230040d74515
Octal216013412260010032710525
Binary10001110000101110010100101100000100000011010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11305C; }

 p { color: rgb(17,48,92); }

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

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

 a { background-color: rgb(17,48,92); }

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

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

 span { border-color: rgb(17,48,92); }

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