#11255E

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

Shades of Sapphire #11255E

Tints of Sapphire #11255E

Color information

#11255E (or 0x11255E) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 5E. RGB value is (17,37,94). Sum of RGB (Red+Green+Blue) = 17+37+94=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #11255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11255E is #EEDAA1. Grayscale: #252525. Windows color (decimal): -15653538 or 6169873. OLE color: 6169873.

HSL color Cylindrical-coordinate representation of color #11255E: hue angle of 224.42º 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 #11255E is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB173794-
CMYK0.820.6100.63
HSL224.42º69.37%21.76%-
HSV(B)224.42º81.91%36.86%-
XYZ2.912.2510.87-
YUV37.52159.87113.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 63.51%
R=11.49%
G=25%
B=63.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1737940.820.6100.63224.4269.3721.76
Hex11255E523D03Fe04516
Octal21451361227507734010526
Binary1000110010110111101010010111101011111111100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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