#11225A

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

Shades of Sapphire #11225A

Tints of Sapphire #11225A

Color information

#11225A (or 0x11225A) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 5A. RGB value is (17,34,90). Sum of RGB (Red+Green+Blue) = 17+34+90=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #11225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11225A is #EEDDA5. Grayscale: #232323. Windows color (decimal): -15654310 or 5906961. OLE color: 5906961.

HSL color Cylindrical-coordinate representation of color #11225A: hue angle of 226.03º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11225A is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB173490-
CMYK0.810.6200.65
HSL226.03º68.22%20.98%-
HSV(B)226.03º81.11%35.29%-
XYZ2.6529.92-
YUV35.3158.87114.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=12.06%
G=24.11%
B=63.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1734900.810.6200.65226.0368.2220.98
Hex11225A513E041e24415
Octal214213212176010134210425
Binary10001100010101101010100011111100100000111100010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11225A; }

 p { color: rgb(17,34,90); }

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

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

 a { background-color: rgb(17,34,90); }

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

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

 span { border-color: rgb(17,34,90); }

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