Shades of Sapphire #1C2A65
Tints of Sapphire #1C2A65
RGB
CMYK
RGB Variations
Color information
#1C2A65 (or 0x1C2A65) is known color: Sapphire. HEX triplet: 1C, 2A and 65. RGB value is (28,42,101). Sum of RGB (Red+Green+Blue) = 28+42+101=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C2A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2A65 is #E3D59A. Grayscale: #2C2C2C. Windows color (decimal): -14931355 or 6629916. OLE color: 6629916.
HSL color Cylindrical-coordinate representation of color #1C2A65: hue angle of 228.49º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C2A65 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 42 | 101 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.60 |
| HSL | 228.49º | 0.57% | 0.25% | - |
| HSV(B) | 228.49º | 0.72% | 0.4% | - |
| XYZ | 3.66 | 2.84 | 12.67 | - |
| YUV | 44.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 101 | 0.72 | 0.58 | 0 | 0.60 | 228.49 | 0.57 | 0.25 |
| Hex | 1C | 2A | 65 | 48 | 3A | 0 | 3C | E4 | 39 | 19 |
| Octal | 34 | 52 | 145 | 110 | 72 | 0 | 74 | 344 | 71 | 31 |
| Binary | 11100 | 101010 | 1100101 | 1001000 | 111010 | 0 | 111100 | 11100100 | 111001 | 11001 |
Color Harmonies of #1C2A65
Complementary color
Monochromatic Colors of #1C2A65
Black with #1C2A65
Text Example
Text Example
White with #1C2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2A65; }
p { color: rgb(28,42,101); }
H1.HeaderClassName
{
color: #1C2A65;
}
.AnyTagClassName
{
color: #1C2A65;
}
</style>
background-color css
<style>
a { background-color: #1C2A65; }
a { background-color: rgb(28,42,101); }
div.DivClassName
{
background-color: #1C2A65;
}
.BgClassName
{
background-color: #1C2A65;
}
</style>
border-color css
<style>
span { border-color: #1C2A65; }
span { border-color: rgb(28,42,101); }
td.TdClassName
{
border-color: #1C2A65;
}
.TagClassName
{
border-color: #1C2A65;
}
</style>