Shades of Sapphire #1C306D
Tints of Sapphire #1C306D
RGB
CMYK
RGB Variations
Color information
#1C306D (or 0x1C306D) is known color: Sapphire. HEX triplet: 1C, 30 and 6D. RGB value is (28,48,109). Sum of RGB (Red+Green+Blue) = 28+48+109=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C306D is #E3CF92. Grayscale: #303030. Windows color (decimal): -14929811 or 7155740. OLE color: 7155740.
HSL color Cylindrical-coordinate representation of color #1C306D: hue angle of 225.19º 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 #1C306D is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 48 | 109 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.57 |
| HSL | 225.19º | 0.59% | 0.27% | - |
| HSV(B) | 225.19º | 0.74% | 0.43% | - |
| XYZ | 4.3 | 3.46 | 14.91 | - |
| YUV | 48.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 109 | 0.74 | 0.56 | 0 | 0.57 | 225.19 | 0.59 | 0.27 |
| Hex | 1C | 30 | 6D | 4A | 38 | 0 | 39 | E1 | 3B | 1B |
| Octal | 34 | 60 | 155 | 112 | 70 | 0 | 71 | 341 | 73 | 33 |
| Binary | 11100 | 110000 | 1101101 | 1001010 | 111000 | 0 | 111001 | 11100001 | 111011 | 11011 |
Color Harmonies of #1C306D
Complementary color
Monochromatic Colors of #1C306D
Black with #1C306D
Text Example
Text Example
White with #1C306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C306D; }
p { color: rgb(28,48,109); }
H1.HeaderClassName
{
color: #1C306D;
}
.AnyTagClassName
{
color: #1C306D;
}
</style>
background-color css
<style>
a { background-color: #1C306D; }
a { background-color: rgb(28,48,109); }
div.DivClassName
{
background-color: #1C306D;
}
.BgClassName
{
background-color: #1C306D;
}
</style>
border-color css
<style>
span { border-color: #1C306D; }
span { border-color: rgb(28,48,109); }
td.TdClassName
{
border-color: #1C306D;
}
.TagClassName
{
border-color: #1C306D;
}
</style>