#132A65

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

Shades of Sapphire #132A65

Tints of Sapphire #132A65

Color information

#132A65 (or 0x132A65) is unknown color: approx Sapphire. HEX triplet: 13, 2A and 65. RGB value is (19,42,101). Sum of RGB (Red+Green+Blue) = 19+42+101=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #132A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A65 is #ECD59A. Grayscale: #292929. Windows color (decimal): -15521179 or 6629907. OLE color: 6629907.

HSL color Cylindrical-coordinate representation of color #132A65: hue angle of 223.17º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132A65 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1942101-
CMYK0.810.5800.60
HSL223.17º68.33%23.53%-
HSV(B)223.17º81.19%39.61%-
XYZ3.452.7312.66-
YUV41.85161.38111.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 101 (39.84% from 255) = 62.35%
R=11.73%
G=25.93%
B=62.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19421010.810.5800.60223.1768.3323.53
Hex132A65513A03Cdf4418
Octal23521451217207433710430
Binary1001110101011001011010001111010011110011011111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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