Shades of Sapphire #1C2F73
Tints of Sapphire #1C2F73
RGB
CMYK
RGB Variations
Color information
#1C2F73 (or 0x1C2F73) is known color: Sapphire. HEX triplet: 1C, 2F and 73. RGB value is (28,47,115). Sum of RGB (Red+Green+Blue) = 28+47+115=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C2F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F73 is #E3D08C. Grayscale: #303030. Windows color (decimal): -14930061 or 7548700. OLE color: 7548700.
HSL color Cylindrical-coordinate representation of color #1C2F73: hue angle of 226.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C2F73 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 47 | 115 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.55 |
| HSL | 226.9º | 0.61% | 0.28% | - |
| HSV(B) | 226.9º | 0.76% | 0.45% | - |
| XYZ | 4.59 | 3.52 | 16.66 | - |
| YUV | 49.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 115 | 0.76 | 0.59 | 0 | 0.55 | 226.9 | 0.61 | 0.28 |
| Hex | 1C | 2F | 73 | 4C | 3B | 0 | 37 | E3 | 3D | 1C |
| Octal | 34 | 57 | 163 | 114 | 73 | 0 | 67 | 343 | 75 | 34 |
| Binary | 11100 | 101111 | 1110011 | 1001100 | 111011 | 0 | 110111 | 11100011 | 111101 | 11100 |
Color Harmonies of #1C2F73
Complementary color
Monochromatic Colors of #1C2F73
Black with #1C2F73
Text Example
Text Example
White with #1C2F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F73; }
p { color: rgb(28,47,115); }
H1.HeaderClassName
{
color: #1C2F73;
}
.AnyTagClassName
{
color: #1C2F73;
}
</style>
background-color css
<style>
a { background-color: #1C2F73; }
a { background-color: rgb(28,47,115); }
div.DivClassName
{
background-color: #1C2F73;
}
.BgClassName
{
background-color: #1C2F73;
}
</style>
border-color css
<style>
span { border-color: #1C2F73; }
span { border-color: rgb(28,47,115); }
td.TdClassName
{
border-color: #1C2F73;
}
.TagClassName
{
border-color: #1C2F73;
}
</style>