#132A62

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

Shades of Sapphire #132A62

Tints of Sapphire #132A62

Color information

#132A62 (or 0x132A62) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 62. RGB value is (19,42,98). Sum of RGB (Red+Green+Blue) = 19+42+98=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #132A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A62 is #ECD59D. Grayscale: #292929. Windows color (decimal): -15521182 or 6433299. OLE color: 6433299.

HSL color Cylindrical-coordinate representation of color #132A62: hue angle of 222.53º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132A62 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB194298-
CMYK0.810.5700.62
HSL222.53º67.52%22.94%-
HSV(B)222.53º80.61%38.43%-
XYZ3.32.6811.9-
YUV41.51159.88111.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=11.95%
G=26.42%
B=61.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1942980.810.5700.62222.5367.5222.94
Hex132A62513903Edf4417
Octal23521421217107633710427
Binary1001110101011000101010001111001011111011011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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