Shades of Sapphire #1C2D6C
Tints of Sapphire #1C2D6C
RGB
CMYK
RGB Variations
Color information
#1C2D6C (or 0x1C2D6C) is known color: Sapphire. HEX triplet: 1C, 2D and 6C. RGB value is (28,45,108). Sum of RGB (Red+Green+Blue) = 28+45+108=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C2D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2D6C is #E3D293. Grayscale: #2E2E2E. Windows color (decimal): -14930580 or 7089436. OLE color: 7089436.
HSL color Cylindrical-coordinate representation of color #1C2D6C: hue angle of 227.25º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2D6C is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 45 | 108 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.58 |
| HSL | 227.25º | 0.59% | 0.27% | - |
| HSV(B) | 227.25º | 0.74% | 0.42% | - |
| XYZ | 4.12 | 3.21 | 14.59 | - |
| YUV | 47.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 108 | 0.74 | 0.58 | 0 | 0.58 | 227.25 | 0.59 | 0.27 |
| Hex | 1C | 2D | 6C | 4A | 3A | 0 | 3A | E3 | 3B | 1B |
| Octal | 34 | 55 | 154 | 112 | 72 | 0 | 72 | 343 | 73 | 33 |
| Binary | 11100 | 101101 | 1101100 | 1001010 | 111010 | 0 | 111010 | 11100011 | 111011 | 11011 |
Color Harmonies of #1C2D6C
Complementary color
Monochromatic Colors of #1C2D6C
Black with #1C2D6C
Text Example
Text Example
White with #1C2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D6C; }
p { color: rgb(28,45,108); }
H1.HeaderClassName
{
color: #1C2D6C;
}
.AnyTagClassName
{
color: #1C2D6C;
}
</style>
background-color css
<style>
a { background-color: #1C2D6C; }
a { background-color: rgb(28,45,108); }
div.DivClassName
{
background-color: #1C2D6C;
}
.BgClassName
{
background-color: #1C2D6C;
}
</style>
border-color css
<style>
span { border-color: #1C2D6C; }
span { border-color: rgb(28,45,108); }
td.TdClassName
{
border-color: #1C2D6C;
}
.TagClassName
{
border-color: #1C2D6C;
}
</style>