#132E59

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

Shades of Sapphire #132E59

Tints of Sapphire #132E59

Color information

#132E59 (or 0x132E59) is unknown color: approx Sapphire. HEX triplet: 13, 2E and 59. RGB value is (19,46,89). Sum of RGB (Red+Green+Blue) = 19+46+89=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #132E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E59 is #ECD1A6. Grayscale: #2A2A2A. Windows color (decimal): -15520167 or 5844499. OLE color: 5844499.

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

Color convert

RGB194689-
CMYK0.790.4800.65
HSL216.86º64.81%21.18%-
HSV(B)216.86º78.65%34.9%-
XYZ3.052.819.83-
YUV42.83154.05111-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=12.34%
G=29.87%
B=57.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1946890.790.4800.65216.8664.8121.18
Hex132E594F30041d94115
Octal235613111760010133110125
Binary10011101110101100110011111100000100000111011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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