#132558

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

Shades of Sapphire #132558

Tints of Sapphire #132558

Color information

#132558 (or 0x132558) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 58. RGB value is (19,37,88). Sum of RGB (Red+Green+Blue) = 19+37+88=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #132558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132558 is #ECDAA7. Grayscale: #252525. Windows color (decimal): -15522472 or 5776659. OLE color: 5776659.

HSL color Cylindrical-coordinate representation of color #132558: hue angle of 224.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132558 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193788-
CMYK0.780.5800.65
HSL224.35º64.49%20.98%-
HSV(B)224.35º78.41%34.51%-
XYZ2.692.179.51-
YUV37.43156.54114.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=13.19%
G=25.69%
B=61.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1937880.780.5800.65224.3564.4920.98
Hex1325584E3A041e04015
Octal234513011672010134010025
Binary10011100101101100010011101110100100000111100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132558; }

 p { color: rgb(19,37,88); }

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

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

 a { background-color: rgb(19,37,88); }

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

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

 span { border-color: rgb(19,37,88); }

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