Shades of Sapphire #183274
Tints of Sapphire #183274
RGB
CMYK
RGB Variations
Color information
#183274 (or 0x183274) is known color: Sapphire. HEX triplet: 18, 32 and 74. RGB value is (24,50,116). Sum of RGB (Red+Green+Blue) = 24+50+116=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #183274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183274 is #E7CD8B. Grayscale: #313131. Windows color (decimal): -15191436 or 7615000. OLE color: 7615000.
HSL color Cylindrical-coordinate representation of color #183274: hue angle of 223.04º 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 #183274 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 50 | 116 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.55 |
| HSL | 223.04º | 0.66% | 0.27% | - |
| HSV(B) | 223.04º | 0.79% | 0.45% | - |
| XYZ | 4.67 | 3.74 | 17 | - |
| YUV | 49.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 116 | 0.79 | 0.57 | 0 | 0.55 | 223.04 | 0.66 | 0.27 |
| Hex | 18 | 32 | 74 | 4F | 39 | 0 | 37 | DF | 42 | 1B |
| Octal | 30 | 62 | 164 | 117 | 71 | 0 | 67 | 337 | 102 | 33 |
| Binary | 11000 | 110010 | 1110100 | 1001111 | 111001 | 0 | 110111 | 11011111 | 1000010 | 11011 |
Color Harmonies of #183274
Complementary color
Monochromatic Colors of #183274
Black with #183274
Text Example
Text Example
White with #183274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183274; }
p { color: rgb(24,50,116); }
H1.HeaderClassName
{
color: #183274;
}
.AnyTagClassName
{
color: #183274;
}
</style>
background-color css
<style>
a { background-color: #183274; }
a { background-color: rgb(24,50,116); }
div.DivClassName
{
background-color: #183274;
}
.BgClassName
{
background-color: #183274;
}
</style>
border-color css
<style>
span { border-color: #183274; }
span { border-color: rgb(24,50,116); }
td.TdClassName
{
border-color: #183274;
}
.TagClassName
{
border-color: #183274;
}
</style>