Shades of Sapphire #182C75
Tints of Sapphire #182C75
RGB
CMYK
RGB Variations
Color information
#182C75 (or 0x182C75) is known color: Sapphire. HEX triplet: 18, 2C and 75. RGB value is (24,44,117). Sum of RGB (Red+Green+Blue) = 24+44+117=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #182C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C75 is #E7D38A. Grayscale: #2E2E2E. Windows color (decimal): -15192971 or 7679000. OLE color: 7679000.
HSL color Cylindrical-coordinate representation of color #182C75: hue angle of 227.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182C75 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 44 | 117 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.54 |
| HSL | 227.1º | 0.66% | 0.28% | - |
| HSV(B) | 227.1º | 0.79% | 0.46% | - |
| XYZ | 4.49 | 3.28 | 17.23 | - |
| YUV | 46.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 117 | 0.79 | 0.62 | 0 | 0.54 | 227.1 | 0.66 | 0.28 |
| Hex | 18 | 2C | 75 | 4F | 3E | 0 | 36 | E3 | 42 | 1C |
| Octal | 30 | 54 | 165 | 117 | 76 | 0 | 66 | 343 | 102 | 34 |
| Binary | 11000 | 101100 | 1110101 | 1001111 | 111110 | 0 | 110110 | 11100011 | 1000010 | 11100 |
Color Harmonies of #182C75
Complementary color
Monochromatic Colors of #182C75
Black with #182C75
Text Example
Text Example
White with #182C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C75; }
p { color: rgb(24,44,117); }
H1.HeaderClassName
{
color: #182C75;
}
.AnyTagClassName
{
color: #182C75;
}
</style>
background-color css
<style>
a { background-color: #182C75; }
a { background-color: rgb(24,44,117); }
div.DivClassName
{
background-color: #182C75;
}
.BgClassName
{
background-color: #182C75;
}
</style>
border-color css
<style>
span { border-color: #182C75; }
span { border-color: rgb(24,44,117); }
td.TdClassName
{
border-color: #182C75;
}
.TagClassName
{
border-color: #182C75;
}
</style>