Shades of Sapphire #183377
Tints of Sapphire #183377
RGB
CMYK
RGB Variations
Color information
#183377 (or 0x183377) is known color: Sapphire. HEX triplet: 18, 33 and 77. RGB value is (24,51,119). Sum of RGB (Red+Green+Blue) = 24+51+119=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #183377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183377 is #E7CC88. Grayscale: #323232. Windows color (decimal): -15191177 or 7811864. OLE color: 7811864.
HSL color Cylindrical-coordinate representation of color #183377: hue angle of 222.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183377 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 51 | 119 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.53 |
| HSL | 222.95º | 0.66% | 0.28% | - |
| HSV(B) | 222.95º | 0.8% | 0.47% | - |
| XYZ | 4.89 | 3.89 | 17.95 | - |
| YUV | 50.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 119 | 0.80 | 0.57 | 0 | 0.53 | 222.95 | 0.66 | 0.28 |
| Hex | 18 | 33 | 77 | 50 | 39 | 0 | 35 | DF | 42 | 1C |
| Octal | 30 | 63 | 167 | 120 | 71 | 0 | 65 | 337 | 102 | 34 |
| Binary | 11000 | 110011 | 1110111 | 1010000 | 111001 | 0 | 110101 | 11011111 | 1000010 | 11100 |
Color Harmonies of #183377
Complementary color
Monochromatic Colors of #183377
Black with #183377
Text Example
Text Example
White with #183377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183377; }
p { color: rgb(24,51,119); }
H1.HeaderClassName
{
color: #183377;
}
.AnyTagClassName
{
color: #183377;
}
</style>
background-color css
<style>
a { background-color: #183377; }
a { background-color: rgb(24,51,119); }
div.DivClassName
{
background-color: #183377;
}
.BgClassName
{
background-color: #183377;
}
</style>
border-color css
<style>
span { border-color: #183377; }
span { border-color: rgb(24,51,119); }
td.TdClassName
{
border-color: #183377;
}
.TagClassName
{
border-color: #183377;
}
</style>