#132958

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

Shades of Sapphire #132958

Tints of Sapphire #132958

Color information

#132958 (or 0x132958) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 58. RGB value is (19,41,88). Sum of RGB (Red+Green+Blue) = 19+41+88=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #132958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132958 is #ECD6A7. Grayscale: #272727. Windows color (decimal): -15521448 or 5777683. OLE color: 5777683.

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

Color convert

RGB194188-
CMYK0.780.5300.65
HSL220.87º64.49%20.98%-
HSV(B)220.87º78.41%34.51%-
XYZ2.822.439.55-
YUV39.78155.21113.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=12.84%
G=27.70%
B=59.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1941880.780.5300.65220.8764.4920.98
Hex1329584E35041dd4015
Octal235113011665010133510025
Binary10011101001101100010011101101010100000111011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132958; }

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

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

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

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

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

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

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

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