#132A5E

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

Shades of Sapphire #132A5E

Tints of Sapphire #132A5E

Color information

#132A5E (or 0x132A5E) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 5E. RGB value is (19,42,94). Sum of RGB (Red+Green+Blue) = 19+42+94=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #132A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A5E is #ECD5A1. Grayscale: #282828. Windows color (decimal): -15521186 or 6171155. OLE color: 6171155.

HSL color Cylindrical-coordinate representation of color #132A5E: hue angle of 221.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132A5E is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB194294-
CMYK0.800.5500.63
HSL221.6º66.37%22.16%-
HSV(B)221.6º79.79%36.86%-
XYZ3.122.610.93-
YUV41.05157.88112.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=12.26%
G=27.10%
B=60.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1942940.800.5500.63221.666.3722.16
Hex132A5E503703Fde4216
Octal23521361206707733610226
Binary1001110101010111101010000110111011111111011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,94); }

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

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

 a { background-color: rgb(19,42,94); }

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

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

 span { border-color: rgb(19,42,94); }

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