Shades of Sapphire #183774
Tints of Sapphire #183774
RGB
CMYK
RGB Variations
Color information
#183774 (or 0x183774) is known color: Sapphire. HEX triplet: 18, 37 and 74. RGB value is (24,55,116). Sum of RGB (Red+Green+Blue) = 24+55+116=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #183774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183774 is #E7C88B. Grayscale: #343434. Windows color (decimal): -15190156 or 7616280. OLE color: 7616280.
HSL color Cylindrical-coordinate representation of color #183774: hue angle of 219.78º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183774 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 55 | 116 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.55 |
| HSL | 219.78º | 0.66% | 0.27% | - |
| HSV(B) | 219.78º | 0.79% | 0.45% | - |
| XYZ | 4.9 | 4.19 | 17.07 | - |
| YUV | 52.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 116 | 0.79 | 0.53 | 0 | 0.55 | 219.78 | 0.66 | 0.27 |
| Hex | 18 | 37 | 74 | 4F | 35 | 0 | 37 | DC | 42 | 1B |
| Octal | 30 | 67 | 164 | 117 | 65 | 0 | 67 | 334 | 102 | 33 |
| Binary | 11000 | 110111 | 1110100 | 1001111 | 110101 | 0 | 110111 | 11011100 | 1000010 | 11011 |
Color Harmonies of #183774
Complementary color
Monochromatic Colors of #183774
Black with #183774
Text Example
Text Example
White with #183774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183774; }
p { color: rgb(24,55,116); }
H1.HeaderClassName
{
color: #183774;
}
.AnyTagClassName
{
color: #183774;
}
</style>
background-color css
<style>
a { background-color: #183774; }
a { background-color: rgb(24,55,116); }
div.DivClassName
{
background-color: #183774;
}
.BgClassName
{
background-color: #183774;
}
</style>
border-color css
<style>
span { border-color: #183774; }
span { border-color: rgb(24,55,116); }
td.TdClassName
{
border-color: #183774;
}
.TagClassName
{
border-color: #183774;
}
</style>