Shades of Sapphire #1C2B6D
Tints of Sapphire #1C2B6D
RGB
CMYK
RGB Variations
Color information
#1C2B6D (or 0x1C2B6D) is known color: Sapphire. HEX triplet: 1C, 2B and 6D. RGB value is (28,43,109). Sum of RGB (Red+Green+Blue) = 28+43+109=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C2B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B6D is #E3D492. Grayscale: #2D2D2D. Windows color (decimal): -14931091 or 7154460. OLE color: 7154460.
HSL color Cylindrical-coordinate representation of color #1C2B6D: hue angle of 228.89º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2B6D is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 43 | 109 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.57 |
| HSL | 228.89º | 0.59% | 0.27% | - |
| HSV(B) | 228.89º | 0.74% | 0.43% | - |
| XYZ | 4.1 | 3.08 | 14.85 | - |
| YUV | 46.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 109 | 0.74 | 0.61 | 0 | 0.57 | 228.89 | 0.59 | 0.27 |
| Hex | 1C | 2B | 6D | 4A | 3D | 0 | 39 | E5 | 3B | 1B |
| Octal | 34 | 53 | 155 | 112 | 75 | 0 | 71 | 345 | 73 | 33 |
| Binary | 11100 | 101011 | 1101101 | 1001010 | 111101 | 0 | 111001 | 11100101 | 111011 | 11011 |
Color Harmonies of #1C2B6D
Complementary color
Monochromatic Colors of #1C2B6D
Black with #1C2B6D
Text Example
Text Example
White with #1C2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B6D; }
p { color: rgb(28,43,109); }
H1.HeaderClassName
{
color: #1C2B6D;
}
.AnyTagClassName
{
color: #1C2B6D;
}
</style>
background-color css
<style>
a { background-color: #1C2B6D; }
a { background-color: rgb(28,43,109); }
div.DivClassName
{
background-color: #1C2B6D;
}
.BgClassName
{
background-color: #1C2B6D;
}
</style>
border-color css
<style>
span { border-color: #1C2B6D; }
span { border-color: rgb(28,43,109); }
td.TdClassName
{
border-color: #1C2B6D;
}
.TagClassName
{
border-color: #1C2B6D;
}
</style>