#132B57

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

Shades of Sapphire #132B57

Tints of Sapphire #132B57

Color information

#132B57 (or 0x132B57) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 57. RGB value is (19,43,87). Sum of RGB (Red+Green+Blue) = 19+43+87=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #132B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B57 is #ECD4A8. Grayscale: #282828. Windows color (decimal): -15520937 or 5712659. OLE color: 5712659.

HSL color Cylindrical-coordinate representation of color #132B57: hue angle of 218.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132B57 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB194387-
CMYK0.780.5100.66
HSL218.82º64.15%20.78%-
HSV(B)218.82º78.16%34.12%-
XYZ2.852.559.36-
YUV40.84154.05112.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=12.75%
G=28.86%
B=58.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1943870.780.5100.66218.8264.1520.78
Hex132B574E33042db4015
Octal235312711663010233310025
Binary10011101011101011110011101100110100001011011011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,87); }

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

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

 a { background-color: rgb(19,43,87); }

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

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

 span { border-color: rgb(19,43,87); }

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