Shades of Sapphire #183062
Tints of Sapphire #183062
RGB
CMYK
RGB Variations
Color information
#183062 (or 0x183062) is known color: Sapphire. HEX triplet: 18, 30 and 62. RGB value is (24,48,98). Sum of RGB (Red+Green+Blue) = 24+48+98=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #183062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183062 is #E7CF9D. Grayscale: #2E2E2E. Windows color (decimal): -15191966 or 6434840. OLE color: 6434840.
HSL color Cylindrical-coordinate representation of color #183062: hue angle of 220.54º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183062 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 48 | 98 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.62 |
| HSL | 220.54º | 0.61% | 0.24% | - |
| HSV(B) | 220.54º | 0.76% | 0.38% | - |
| XYZ | 3.64 | 3.19 | 11.98 | - |
| YUV | 46.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 98 | 0.76 | 0.51 | 0 | 0.62 | 220.54 | 0.61 | 0.24 |
| Hex | 18 | 30 | 62 | 4C | 33 | 0 | 3E | DD | 3D | 18 |
| Octal | 30 | 60 | 142 | 114 | 63 | 0 | 76 | 335 | 75 | 30 |
| Binary | 11000 | 110000 | 1100010 | 1001100 | 110011 | 0 | 111110 | 11011101 | 111101 | 11000 |
Color Harmonies of #183062
Complementary color
Monochromatic Colors of #183062
Black with #183062
Text Example
Text Example
White with #183062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183062; }
p { color: rgb(24,48,98); }
H1.HeaderClassName
{
color: #183062;
}
.AnyTagClassName
{
color: #183062;
}
</style>
background-color css
<style>
a { background-color: #183062; }
a { background-color: rgb(24,48,98); }
div.DivClassName
{
background-color: #183062;
}
.BgClassName
{
background-color: #183062;
}
</style>
border-color css
<style>
span { border-color: #183062; }
span { border-color: rgb(24,48,98); }
td.TdClassName
{
border-color: #183062;
}
.TagClassName
{
border-color: #183062;
}
</style>