Shades of Sapphire #183374
Tints of Sapphire #183374
RGB
CMYK
RGB Variations
Color information
#183374 (or 0x183374) is known color: Sapphire. HEX triplet: 18, 33 and 74. RGB value is (24,51,116). Sum of RGB (Red+Green+Blue) = 24+51+116=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #183374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183374 is #E7CC8B. Grayscale: #323232. Windows color (decimal): -15191180 or 7615256. OLE color: 7615256.
HSL color Cylindrical-coordinate representation of color #183374: hue angle of 222.39º 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 #183374 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 51 | 116 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.55 |
| HSL | 222.39º | 0.66% | 0.27% | - |
| HSV(B) | 222.39º | 0.79% | 0.45% | - |
| XYZ | 4.71 | 3.82 | 17.01 | - |
| YUV | 50.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 116 | 0.79 | 0.56 | 0 | 0.55 | 222.39 | 0.66 | 0.27 |
| Hex | 18 | 33 | 74 | 4F | 38 | 0 | 37 | DE | 42 | 1B |
| Octal | 30 | 63 | 164 | 117 | 70 | 0 | 67 | 336 | 102 | 33 |
| Binary | 11000 | 110011 | 1110100 | 1001111 | 111000 | 0 | 110111 | 11011110 | 1000010 | 11011 |
Color Harmonies of #183374
Complementary color
Monochromatic Colors of #183374
Black with #183374
Text Example
Text Example
White with #183374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183374; }
p { color: rgb(24,51,116); }
H1.HeaderClassName
{
color: #183374;
}
.AnyTagClassName
{
color: #183374;
}
</style>
background-color css
<style>
a { background-color: #183374; }
a { background-color: rgb(24,51,116); }
div.DivClassName
{
background-color: #183374;
}
.BgClassName
{
background-color: #183374;
}
</style>
border-color css
<style>
span { border-color: #183374; }
span { border-color: rgb(24,51,116); }
td.TdClassName
{
border-color: #183374;
}
.TagClassName
{
border-color: #183374;
}
</style>