Shades of Sapphire #1C326F
Tints of Sapphire #1C326F
RGB
CMYK
RGB Variations
Color information
#1C326F (or 0x1C326F) is known color: Sapphire. HEX triplet: 1C, 32 and 6F. RGB value is (28,50,111). Sum of RGB (Red+Green+Blue) = 28+50+111=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C326F is #E3CD90. Grayscale: #323232. Windows color (decimal): -14929297 or 7287324. OLE color: 7287324.
HSL color Cylindrical-coordinate representation of color #1C326F: hue angle of 224.1º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C326F is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 50 | 111 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.56 |
| HSL | 224.1º | 0.6% | 0.27% | - |
| HSV(B) | 224.1º | 0.75% | 0.44% | - |
| XYZ | 4.49 | 3.68 | 15.51 | - |
| YUV | 50.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 111 | 0.75 | 0.55 | 0 | 0.56 | 224.1 | 0.6 | 0.27 |
| Hex | 1C | 32 | 6F | 4B | 37 | 0 | 38 | E0 | 3C | 1B |
| Octal | 34 | 62 | 157 | 113 | 67 | 0 | 70 | 340 | 74 | 33 |
| Binary | 11100 | 110010 | 1101111 | 1001011 | 110111 | 0 | 111000 | 11100000 | 111100 | 11011 |
Color Harmonies of #1C326F
Complementary color
Monochromatic Colors of #1C326F
Black with #1C326F
Text Example
Text Example
White with #1C326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C326F; }
p { color: rgb(28,50,111); }
H1.HeaderClassName
{
color: #1C326F;
}
.AnyTagClassName
{
color: #1C326F;
}
</style>
background-color css
<style>
a { background-color: #1C326F; }
a { background-color: rgb(28,50,111); }
div.DivClassName
{
background-color: #1C326F;
}
.BgClassName
{
background-color: #1C326F;
}
</style>
border-color css
<style>
span { border-color: #1C326F; }
span { border-color: rgb(28,50,111); }
td.TdClassName
{
border-color: #1C326F;
}
.TagClassName
{
border-color: #1C326F;
}
</style>