#132A5A

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

Shades of Sapphire #132A5A

Tints of Sapphire #132A5A

Color information

#132A5A (or 0x132A5A) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 5A. RGB value is (19,42,90). Sum of RGB (Red+Green+Blue) = 19+42+90=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #132A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A5A is #ECD5A5. Grayscale: #282828. Windows color (decimal): -15521190 or 5909011. OLE color: 5909011.

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

Color convert

RGB194290-
CMYK0.790.5300.65
HSL220.56º65.14%21.37%-
HSV(B)220.56º78.89%35.29%-
XYZ2.942.5310.01-
YUV40.6155.88112.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=12.58%
G=27.81%
B=59.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1942900.790.5300.65220.5665.1421.37
Hex132A5A4F35041dd4115
Octal235213211765010133510125
Binary10011101010101101010011111101010100000111011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,90); }

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

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

 a { background-color: rgb(19,42,90); }

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

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

 span { border-color: rgb(19,42,90); }

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