#132A73

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

Shades of Sapphire #132A73

Tints of Sapphire #132A73

Color information

#132A73 (or 0x132A73) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 73. RGB value is (19,42,115). Sum of RGB (Red+Green+Blue) = 19+42+115=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #132A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A73 is #ECD58C. Grayscale: #2B2B2B. Windows color (decimal): -15521165 or 7547411. OLE color: 7547411.

HSL color Cylindrical-coordinate representation of color #132A73: hue angle of 225.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132A73 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1942115-
CMYK0.830.6300.55
HSL225.62º71.64%26.27%-
HSV(B)225.62º83.48%45.1%-
XYZ4.193.0316.58-
YUV43.44168.38110.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 115 (45.31% from 255) = 65.34%
R=10.80%
G=23.86%
B=65.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19421150.830.6300.55225.6271.6426.27
Hex132A73533F037e2481a
Octal23521631237706734211032
Binary1001110101011100111010011111111011011111100010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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