Shades of Sapphire #132C74
Tints of Sapphire #132C74
RGB
CMYK
RGB Variations
Color information
#132C74 (or 0x132C74) is known color: Sapphire. HEX triplet: 13, 2C and 74. RGB value is (19,44,116). Sum of RGB (Red+Green+Blue) = 19+44+116=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #132C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C74 is #ECD38B. Grayscale: #2C2C2C. Windows color (decimal): -15520652 or 7613459. OLE color: 7613459.
HSL color Cylindrical-coordinate representation of color #132C74: hue angle of 224.54º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132C74 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 44 | 116 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.55 |
| HSL | 224.54º | 0.72% | 0.26% | - |
| HSV(B) | 224.54º | 0.84% | 0.45% | - |
| XYZ | 4.32 | 3.2 | 16.91 | - |
| YUV | 44.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 116 | 0.84 | 0.62 | 0 | 0.55 | 224.54 | 0.72 | 0.26 |
| Hex | 13 | 2C | 74 | 54 | 3E | 0 | 37 | E1 | 48 | 1A |
| Octal | 23 | 54 | 164 | 124 | 76 | 0 | 67 | 341 | 110 | 32 |
| Binary | 10011 | 101100 | 1110100 | 1010100 | 111110 | 0 | 110111 | 11100001 | 1001000 | 11010 |
Color Harmonies of #132C74
Complementary color
Monochromatic Colors of #132C74
Black with #132C74
Text Example
Text Example
White with #132C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C74; }
p { color: rgb(19,44,116); }
H1.HeaderClassName
{
color: #132C74;
}
.AnyTagClassName
{
color: #132C74;
}
</style>
background-color css
<style>
a { background-color: #132C74; }
a { background-color: rgb(19,44,116); }
div.DivClassName
{
background-color: #132C74;
}
.BgClassName
{
background-color: #132C74;
}
</style>
border-color css
<style>
span { border-color: #132C74; }
span { border-color: rgb(19,44,116); }
td.TdClassName
{
border-color: #132C74;
}
.TagClassName
{
border-color: #132C74;
}
</style>