Shades of Sapphire #1C326B
Tints of Sapphire #1C326B
RGB
CMYK
RGB Variations
Color information
#1C326B (or 0x1C326B) is known color: Sapphire. HEX triplet: 1C, 32 and 6B. RGB value is (28,50,107). Sum of RGB (Red+Green+Blue) = 28+50+107=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C326B is #E3CD94. Grayscale: #313131. Windows color (decimal): -14929301 or 7025180. OLE color: 7025180.
HSL color Cylindrical-coordinate representation of color #1C326B: hue angle of 223.29º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C326B is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 50 | 107 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.58 |
| HSL | 223.29º | 0.59% | 0.26% | - |
| HSV(B) | 223.29º | 0.74% | 0.42% | - |
| XYZ | 4.27 | 3.59 | 14.38 | - |
| YUV | 49.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 107 | 0.74 | 0.53 | 0 | 0.58 | 223.29 | 0.59 | 0.26 |
| Hex | 1C | 32 | 6B | 4A | 35 | 0 | 3A | DF | 3B | 1A |
| Octal | 34 | 62 | 153 | 112 | 65 | 0 | 72 | 337 | 73 | 32 |
| Binary | 11100 | 110010 | 1101011 | 1001010 | 110101 | 0 | 111010 | 11011111 | 111011 | 11010 |
Color Harmonies of #1C326B
Complementary color
Monochromatic Colors of #1C326B
Black with #1C326B
Text Example
Text Example
White with #1C326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C326B; }
p { color: rgb(28,50,107); }
H1.HeaderClassName
{
color: #1C326B;
}
.AnyTagClassName
{
color: #1C326B;
}
</style>
background-color css
<style>
a { background-color: #1C326B; }
a { background-color: rgb(28,50,107); }
div.DivClassName
{
background-color: #1C326B;
}
.BgClassName
{
background-color: #1C326B;
}
</style>
border-color css
<style>
span { border-color: #1C326B; }
span { border-color: rgb(28,50,107); }
td.TdClassName
{
border-color: #1C326B;
}
.TagClassName
{
border-color: #1C326B;
}
</style>