Shades of Sapphire #132F64
Tints of Sapphire #132F64
RGB
CMYK
RGB Variations
Color information
#132F64 (or 0x132F64) is known color: Sapphire. HEX triplet: 13, 2F and 64. RGB value is (19,47,100). Sum of RGB (Red+Green+Blue) = 19+47+100=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #132F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F64 is #ECD09B. Grayscale: #2C2C2C. Windows color (decimal): -15519900 or 6565651. OLE color: 6565651.
HSL color Cylindrical-coordinate representation of color #132F64: hue angle of 219.26º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132F64 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 47 | 100 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.61 |
| HSL | 219.26º | 0.68% | 0.23% | - |
| HSV(B) | 219.26º | 0.81% | 0.39% | - |
| XYZ | 3.59 | 3.09 | 12.46 | - |
| YUV | 44.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 100 | 0.81 | 0.53 | 0 | 0.61 | 219.26 | 0.68 | 0.23 |
| Hex | 13 | 2F | 64 | 51 | 35 | 0 | 3D | DB | 44 | 17 |
| Octal | 23 | 57 | 144 | 121 | 65 | 0 | 75 | 333 | 104 | 27 |
| Binary | 10011 | 101111 | 1100100 | 1010001 | 110101 | 0 | 111101 | 11011011 | 1000100 | 10111 |
Color Harmonies of #132F64
Complementary color
Monochromatic Colors of #132F64
Black with #132F64
Text Example
Text Example
White with #132F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F64; }
p { color: rgb(19,47,100); }
H1.HeaderClassName
{
color: #132F64;
}
.AnyTagClassName
{
color: #132F64;
}
</style>
background-color css
<style>
a { background-color: #132F64; }
a { background-color: rgb(19,47,100); }
div.DivClassName
{
background-color: #132F64;
}
.BgClassName
{
background-color: #132F64;
}
</style>
border-color css
<style>
span { border-color: #132F64; }
span { border-color: rgb(19,47,100); }
td.TdClassName
{
border-color: #132F64;
}
.TagClassName
{
border-color: #132F64;
}
</style>