Shades of Sapphire #183275
Tints of Sapphire #183275
RGB
CMYK
RGB Variations
Color information
#183275 (or 0x183275) is known color: Sapphire. HEX triplet: 18, 32 and 75. RGB value is (24,50,117). Sum of RGB (Red+Green+Blue) = 24+50+117=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #183275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183275 is #E7CD8A. Grayscale: #313131. Windows color (decimal): -15191435 or 7680536. OLE color: 7680536.
HSL color Cylindrical-coordinate representation of color #183275: hue angle of 223.23º 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 #183275 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 50 | 117 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.54 |
| HSL | 223.23º | 0.66% | 0.28% | - |
| HSV(B) | 223.23º | 0.79% | 0.46% | - |
| XYZ | 4.73 | 3.76 | 17.31 | - |
| YUV | 49.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 117 | 0.79 | 0.57 | 0 | 0.54 | 223.23 | 0.66 | 0.28 |
| Hex | 18 | 32 | 75 | 4F | 39 | 0 | 36 | DF | 42 | 1C |
| Octal | 30 | 62 | 165 | 117 | 71 | 0 | 66 | 337 | 102 | 34 |
| Binary | 11000 | 110010 | 1110101 | 1001111 | 111001 | 0 | 110110 | 11011111 | 1000010 | 11100 |
Color Harmonies of #183275
Complementary color
Monochromatic Colors of #183275
Black with #183275
Text Example
Text Example
White with #183275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183275; }
p { color: rgb(24,50,117); }
H1.HeaderClassName
{
color: #183275;
}
.AnyTagClassName
{
color: #183275;
}
</style>
background-color css
<style>
a { background-color: #183275; }
a { background-color: rgb(24,50,117); }
div.DivClassName
{
background-color: #183275;
}
.BgClassName
{
background-color: #183275;
}
</style>
border-color css
<style>
span { border-color: #183275; }
span { border-color: rgb(24,50,117); }
td.TdClassName
{
border-color: #183275;
}
.TagClassName
{
border-color: #183275;
}
</style>