#132D54

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

Shades of Sapphire #132D54

Tints of Sapphire #132D54

Color information

#132D54 (or 0x132D54) is unknown color: approx Sapphire. HEX triplet: 13, 2D and 54. RGB value is (19,45,84). Sum of RGB (Red+Green+Blue) = 19+45+84=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #132D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D54 is #ECD2AB. Grayscale: #292929. Windows color (decimal): -15520428 or 5516563. OLE color: 5516563.

HSL color Cylindrical-coordinate representation of color #132D54: hue angle of 216º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132D54 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB194584-
CMYK0.770.4600.67
HSL216º63.11%20.2%-
HSV(B)216º77.38%32.94%-
XYZ2.812.668.75-
YUV41.67151.89111.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=12.84%
G=30.41%
B=56.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1945840.770.4600.6721663.1120.2
Hex132D544D2E043d83f14
Octal23551241155601033307724
Binary1001110110110101001001101101110010000111101100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,45,84); }

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

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

 a { background-color: rgb(19,45,84); }

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

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

 span { border-color: rgb(19,45,84); }

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