#132C58

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

Shades of Sapphire #132C58

Tints of Sapphire #132C58

Color information

#132C58 (or 0x132C58) is unknown color: approx Sapphire. HEX triplet: 13, 2C and 58. RGB value is (19,44,88). Sum of RGB (Red+Green+Blue) = 19+44+88=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #132C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C58 is #ECD3A7. Grayscale: #292929. Windows color (decimal): -15520680 or 5778451. OLE color: 5778451.

HSL color Cylindrical-coordinate representation of color #132C58: hue angle of 218.26º 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 #132C58 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB194488-
CMYK0.780.500.65
HSL218.26º64.49%20.98%-
HSV(B)218.26º78.41%34.51%-
XYZ2.932.649.59-
YUV41.54154.22111.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=12.58%
G=29.14%
B=58.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1944880.780.500.65218.2664.4920.98
Hex132C584E32041da4015
Octal235413011662010133210025
Binary10011101100101100010011101100100100000111011010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132C58; }

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

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

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

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

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

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

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

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