Shades of Sapphire #132B5C
Tints of Sapphire #132B5C
RGB
CMYK
RGB Variations
Color information
#132B5C (or 0x132B5C) is known color: Sapphire. HEX triplet: 13, 2B and 5C. RGB value is (19,43,92). Sum of RGB (Red+Green+Blue) = 19+43+92=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #132B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B5C is #ECD4A3. Grayscale: #292929. Windows color (decimal): -15520932 or 6040339. OLE color: 6040339.
HSL color Cylindrical-coordinate representation of color #132B5C: hue angle of 220.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132B5C is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 43 | 92 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.64 |
| HSL | 220.27º | 0.66% | 0.22% | - |
| HSV(B) | 220.27º | 0.79% | 0.36% | - |
| XYZ | 3.06 | 2.64 | 10.47 | - |
| YUV | 41.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 92 | 0.79 | 0.53 | 0 | 0.64 | 220.27 | 0.66 | 0.22 |
| Hex | 13 | 2B | 5C | 4F | 35 | 0 | 40 | DC | 42 | 16 |
| Octal | 23 | 53 | 134 | 117 | 65 | 0 | 100 | 334 | 102 | 26 |
| Binary | 10011 | 101011 | 1011100 | 1001111 | 110101 | 0 | 1000000 | 11011100 | 1000010 | 10110 |
Color Harmonies of #132B5C
Complementary color
Monochromatic Colors of #132B5C
Black with #132B5C
Text Example
Text Example
White with #132B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B5C; }
p { color: rgb(19,43,92); }
H1.HeaderClassName
{
color: #132B5C;
}
.AnyTagClassName
{
color: #132B5C;
}
</style>
background-color css
<style>
a { background-color: #132B5C; }
a { background-color: rgb(19,43,92); }
div.DivClassName
{
background-color: #132B5C;
}
.BgClassName
{
background-color: #132B5C;
}
</style>
border-color css
<style>
span { border-color: #132B5C; }
span { border-color: rgb(19,43,92); }
td.TdClassName
{
border-color: #132B5C;
}
.TagClassName
{
border-color: #132B5C;
}
</style>