#11305E

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

Shades of Sapphire #11305E

Tints of Sapphire #11305E

Color information

#11305E (or 0x11305E) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 5E. RGB value is (17,48,94). Sum of RGB (Red+Green+Blue) = 17+48+94=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #11305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11305E is #EECFA1. Grayscale: #2B2B2B. Windows color (decimal): -15650722 or 6172689. OLE color: 6172689.

HSL color Cylindrical-coordinate representation of color #11305E: hue angle of 215.84º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11305E is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB174894-
CMYK0.820.4900.63
HSL215.84º69.37%21.76%-
HSV(B)215.84º81.91%36.86%-
XYZ3.313.0411-
YUV43.98156.23108.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=10.69%
G=30.19%
B=59.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1748940.820.4900.63215.8469.3721.76
Hex11305E523103Fd84516
Octal21601361226107733010526
Binary1000111000010111101010010110001011111111011000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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