#132D79

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

Shades of Sapphire #132D79

Tints of Sapphire #132D79

Color information

#132D79 (or 0x132D79) is unknown color: approx Sapphire. HEX triplet: 13, 2D and 79. RGB value is (19,45,121). Sum of RGB (Red+Green+Blue) = 19+45+121=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #132D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D79 is #ECD286. Grayscale: #2D2D2D. Windows color (decimal): -15520391 or 7941395. OLE color: 7941395.

HSL color Cylindrical-coordinate representation of color #132D79: hue angle of 224.71º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132D79 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1945121-
CMYK0.840.6300.53
HSL224.71º72.86%27.45%-
HSV(B)224.71º84.3%47.45%-
XYZ4.663.418.5-
YUV45.89170.39108.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 121 (47.66% from 255) = 65.41%
R=10.27%
G=24.32%
B=65.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19451210.840.6300.53224.7172.8627.45
Hex132D79543F035e1491b
Octal23551711247706534111133
Binary1001110110111110011010100111111011010111100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,45,121); }

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

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

 a { background-color: rgb(19,45,121); }

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

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

 span { border-color: rgb(19,45,121); }

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