#132858

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

Shades of Sapphire #132858

Tints of Sapphire #132858

Color information

#132858 (or 0x132858) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 58. RGB value is (19,40,88). Sum of RGB (Red+Green+Blue) = 19+40+88=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #132858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132858 is #ECD7A7. Grayscale: #262626. Windows color (decimal): -15521704 or 5777427. OLE color: 5777427.

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

Color convert

RGB194088-
CMYK0.780.5500.65
HSL221.74º64.49%20.98%-
HSV(B)221.74º78.41%34.51%-
XYZ2.792.369.54-
YUV39.19155.54113.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=12.93%
G=27.21%
B=59.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1940880.780.5500.65221.7464.4920.98
Hex1328584E37041de4015
Octal235013011667010133610025
Binary10011101000101100010011101101110100000111011110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132858; }

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

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

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

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

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

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

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

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