Shades of Sapphire #1C2E67
Tints of Sapphire #1C2E67
RGB
CMYK
RGB Variations
Color information
#1C2E67 (or 0x1C2E67) is known color: Sapphire. HEX triplet: 1C, 2E and 67. RGB value is (28,46,103). Sum of RGB (Red+Green+Blue) = 28+46+103=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C2E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E67 is #E3D198. Grayscale: #2E2E2E. Windows color (decimal): -14930329 or 6762012. OLE color: 6762012.
HSL color Cylindrical-coordinate representation of color #1C2E67: hue angle of 225.6º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C2E67 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 46 | 103 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.60 |
| HSL | 225.6º | 0.57% | 0.26% | - |
| HSV(B) | 225.6º | 0.73% | 0.4% | - |
| XYZ | 3.9 | 3.18 | 13.24 | - |
| YUV | 47.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 103 | 0.73 | 0.55 | 0 | 0.60 | 225.6 | 0.57 | 0.26 |
| Hex | 1C | 2E | 67 | 49 | 37 | 0 | 3C | E2 | 39 | 1A |
| Octal | 34 | 56 | 147 | 111 | 67 | 0 | 74 | 342 | 71 | 32 |
| Binary | 11100 | 101110 | 1100111 | 1001001 | 110111 | 0 | 111100 | 11100010 | 111001 | 11010 |
Color Harmonies of #1C2E67
Complementary color
Monochromatic Colors of #1C2E67
Black with #1C2E67
Text Example
Text Example
White with #1C2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E67; }
p { color: rgb(28,46,103); }
H1.HeaderClassName
{
color: #1C2E67;
}
.AnyTagClassName
{
color: #1C2E67;
}
</style>
background-color css
<style>
a { background-color: #1C2E67; }
a { background-color: rgb(28,46,103); }
div.DivClassName
{
background-color: #1C2E67;
}
.BgClassName
{
background-color: #1C2E67;
}
</style>
border-color css
<style>
span { border-color: #1C2E67; }
span { border-color: rgb(28,46,103); }
td.TdClassName
{
border-color: #1C2E67;
}
.TagClassName
{
border-color: #1C2E67;
}
</style>