Shades of Sapphire #183675
Tints of Sapphire #183675
RGB
CMYK
RGB Variations
Color information
#183675 (or 0x183675) is known color: Sapphire. HEX triplet: 18, 36 and 75. RGB value is (24,54,117). Sum of RGB (Red+Green+Blue) = 24+54+117=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #183675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183675 is #E7C98A. Grayscale: #333333. Windows color (decimal): -15190411 or 7681560. OLE color: 7681560.
HSL color Cylindrical-coordinate representation of color #183675: hue angle of 220.65º 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 #183675 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 54 | 117 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.54 |
| HSL | 220.65º | 0.66% | 0.28% | - |
| HSV(B) | 220.65º | 0.79% | 0.46% | - |
| XYZ | 4.91 | 4.12 | 17.37 | - |
| YUV | 52.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 117 | 0.79 | 0.54 | 0 | 0.54 | 220.65 | 0.66 | 0.28 |
| Hex | 18 | 36 | 75 | 4F | 36 | 0 | 36 | DD | 42 | 1C |
| Octal | 30 | 66 | 165 | 117 | 66 | 0 | 66 | 335 | 102 | 34 |
| Binary | 11000 | 110110 | 1110101 | 1001111 | 110110 | 0 | 110110 | 11011101 | 1000010 | 11100 |
Color Harmonies of #183675
Complementary color
Monochromatic Colors of #183675
Black with #183675
Text Example
Text Example
White with #183675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183675; }
p { color: rgb(24,54,117); }
H1.HeaderClassName
{
color: #183675;
}
.AnyTagClassName
{
color: #183675;
}
</style>
background-color css
<style>
a { background-color: #183675; }
a { background-color: rgb(24,54,117); }
div.DivClassName
{
background-color: #183675;
}
.BgClassName
{
background-color: #183675;
}
</style>
border-color css
<style>
span { border-color: #183675; }
span { border-color: rgb(24,54,117); }
td.TdClassName
{
border-color: #183675;
}
.TagClassName
{
border-color: #183675;
}
</style>