Shades of Sapphire #183267
Tints of Sapphire #183267
RGB
CMYK
RGB Variations
Color information
#183267 (or 0x183267) is known color: Sapphire. HEX triplet: 18, 32 and 67. RGB value is (24,50,103). Sum of RGB (Red+Green+Blue) = 24+50+103=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #183267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183267 is #E7CD98. Grayscale: #303030. Windows color (decimal): -15191449 or 6763032. OLE color: 6763032.
HSL color Cylindrical-coordinate representation of color #183267: hue angle of 220.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183267 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 50 | 103 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.60 |
| HSL | 220.25º | 0.62% | 0.25% | - |
| HSV(B) | 220.25º | 0.77% | 0.4% | - |
| XYZ | 3.97 | 3.45 | 13.29 | - |
| YUV | 48.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 103 | 0.77 | 0.51 | 0 | 0.60 | 220.25 | 0.62 | 0.25 |
| Hex | 18 | 32 | 67 | 4D | 33 | 0 | 3C | DC | 3E | 19 |
| Octal | 30 | 62 | 147 | 115 | 63 | 0 | 74 | 334 | 76 | 31 |
| Binary | 11000 | 110010 | 1100111 | 1001101 | 110011 | 0 | 111100 | 11011100 | 111110 | 11001 |
Color Harmonies of #183267
Complementary color
Monochromatic Colors of #183267
Black with #183267
Text Example
Text Example
White with #183267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183267; }
p { color: rgb(24,50,103); }
H1.HeaderClassName
{
color: #183267;
}
.AnyTagClassName
{
color: #183267;
}
</style>
background-color css
<style>
a { background-color: #183267; }
a { background-color: rgb(24,50,103); }
div.DivClassName
{
background-color: #183267;
}
.BgClassName
{
background-color: #183267;
}
</style>
border-color css
<style>
span { border-color: #183267; }
span { border-color: rgb(24,50,103); }
td.TdClassName
{
border-color: #183267;
}
.TagClassName
{
border-color: #183267;
}
</style>