#132B76

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

Shades of Sapphire #132B76

Tints of Sapphire #132B76

Color information

#132B76 (or 0x132B76) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 76. RGB value is (19,43,118). Sum of RGB (Red+Green+Blue) = 19+43+118=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #132B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B76 is #ECD489. Grayscale: #2C2C2C. Windows color (decimal): -15520906 or 7744275. OLE color: 7744275.

HSL color Cylindrical-coordinate representation of color #132B76: hue angle of 225.45º 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 #132B76 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1943118-
CMYK0.840.6400.54
HSL225.45º72.26%26.86%-
HSV(B)225.45º83.9%46.27%-
XYZ4.43.1717.52-
YUV44.37169.55109.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=10.56%
G=23.89%
B=65.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19431180.840.6400.54225.4572.2626.86
Hex132B765440036e1481b
Octal235316612410006634111033
Binary10011101011111011010101001000000011011011100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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