#132575

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

Shades of Sapphire #132575

Tints of Sapphire #132575

Color information

#132575 (or 0x132575) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 75. RGB value is (19,37,117). Sum of RGB (Red+Green+Blue) = 19+37+117=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #132575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132575 is #ECDA8A. Grayscale: #282828. Windows color (decimal): -15522443 or 7677203. OLE color: 7677203.

HSL color Cylindrical-coordinate representation of color #132575: hue angle of 228.98º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132575 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1937117-
CMYK0.840.6800.54
HSL228.98º72.06%26.67%-
HSV(B)228.98º83.76%45.88%-
XYZ4.142.7517.14-
YUV40.74171.04112.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 117 (46.09% from 255) = 67.63%
R=10.98%
G=21.39%
B=67.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19371170.840.6800.54228.9872.0626.67
Hex1325755444036e5481b
Octal234516512410406634511033
Binary10011100101111010110101001000100011011011100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132575; }

 p { color: rgb(19,37,117); }

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

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

 a { background-color: rgb(19,37,117); }

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

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

 span { border-color: rgb(19,37,117); }

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