#11305D

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

Shades of Sapphire #11305D

Tints of Sapphire #11305D

Color information

#11305D (or 0x11305D) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 5D. RGB value is (17,48,93). Sum of RGB (Red+Green+Blue) = 17+48+93=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #11305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11305D is #EECFA2. Grayscale: #2B2B2B. Windows color (decimal): -15650723 or 6107153. OLE color: 6107153.

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

Color convert

RGB174893-
CMYK0.820.4800.64
HSL215.53º69.09%21.57%-
HSV(B)215.53º81.72%36.47%-
XYZ3.263.0210.77-
YUV43.86155.73108.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=10.76%
G=30.38%
B=58.86%

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
Decimal1748930.820.4800.64215.5369.0921.57
Hex11305D5230040d84516
Octal216013512260010033010526
Binary10001110000101110110100101100000100000011011000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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