#132F59

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

Shades of Sapphire #132F59

Tints of Sapphire #132F59

Color information

#132F59 (or 0x132F59) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 59. RGB value is (19,47,89). Sum of RGB (Red+Green+Blue) = 19+47+89=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #132F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F59 is #ECD0A6. Grayscale: #2B2B2B. Windows color (decimal): -15519911 or 5844755. OLE color: 5844755.

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

Color convert

RGB194789-
CMYK0.790.4700.65
HSL216º64.81%21.18%-
HSV(B)216º78.65%34.9%-
XYZ3.092.899.85-
YUV43.42153.72110.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=12.26%
G=30.32%
B=57.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1947890.790.4700.6521664.8121.18
Hex132F594F2F041d84115
Octal235713111757010133010125
Binary10011101111101100110011111011110100000111011000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,89); }

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

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

 a { background-color: rgb(19,47,89); }

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

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

 span { border-color: rgb(19,47,89); }

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