Shades of Sapphire #183376
Tints of Sapphire #183376
RGB
CMYK
RGB Variations
Color information
#183376 (or 0x183376) is known color: Sapphire. HEX triplet: 18, 33 and 76. RGB value is (24,51,118). Sum of RGB (Red+Green+Blue) = 24+51+118=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #183376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183376 is #E7CC89. Grayscale: #323232. Windows color (decimal): -15191178 or 7746328. OLE color: 7746328.
HSL color Cylindrical-coordinate representation of color #183376: hue angle of 222.77º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183376 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 51 | 118 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.54 |
| HSL | 222.77º | 0.66% | 0.28% | - |
| HSV(B) | 222.77º | 0.8% | 0.46% | - |
| XYZ | 4.83 | 3.87 | 17.63 | - |
| YUV | 50.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 118 | 0.80 | 0.57 | 0 | 0.54 | 222.77 | 0.66 | 0.28 |
| Hex | 18 | 33 | 76 | 50 | 39 | 0 | 36 | DF | 42 | 1C |
| Octal | 30 | 63 | 166 | 120 | 71 | 0 | 66 | 337 | 102 | 34 |
| Binary | 11000 | 110011 | 1110110 | 1010000 | 111001 | 0 | 110110 | 11011111 | 1000010 | 11100 |
Color Harmonies of #183376
Complementary color
Monochromatic Colors of #183376
Black with #183376
Text Example
Text Example
White with #183376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183376; }
p { color: rgb(24,51,118); }
H1.HeaderClassName
{
color: #183376;
}
.AnyTagClassName
{
color: #183376;
}
</style>
background-color css
<style>
a { background-color: #183376; }
a { background-color: rgb(24,51,118); }
div.DivClassName
{
background-color: #183376;
}
.BgClassName
{
background-color: #183376;
}
</style>
border-color css
<style>
span { border-color: #183376; }
span { border-color: rgb(24,51,118); }
td.TdClassName
{
border-color: #183376;
}
.TagClassName
{
border-color: #183376;
}
</style>