Shades of Sapphire #182A57
Tints of Sapphire #182A57
RGB
CMYK
RGB Variations
Color information
#182A57 (or 0x182A57) is known color: Sapphire. HEX triplet: 18, 2A and 57. RGB value is (24,42,87). Sum of RGB (Red+Green+Blue) = 24+42+87=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #182A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A57 is #E7D5A8. Grayscale: #292929. Windows color (decimal): -15193513 or 5712408. OLE color: 5712408.
HSL color Cylindrical-coordinate representation of color #182A57: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182A57 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 42 | 87 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.66 |
| HSL | 222.86º | 0.57% | 0.22% | - |
| HSV(B) | 222.86º | 0.72% | 0.34% | - |
| XYZ | 2.92 | 2.54 | 9.35 | - |
| YUV | 41.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 87 | 0.72 | 0.52 | 0 | 0.66 | 222.86 | 0.57 | 0.22 |
| Hex | 18 | 2A | 57 | 48 | 34 | 0 | 42 | DF | 39 | 16 |
| Octal | 30 | 52 | 127 | 110 | 64 | 0 | 102 | 337 | 71 | 26 |
| Binary | 11000 | 101010 | 1010111 | 1001000 | 110100 | 0 | 1000010 | 11011111 | 111001 | 10110 |
Color Harmonies of #182A57
Complementary color
Monochromatic Colors of #182A57
Black with #182A57
Text Example
Text Example
White with #182A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A57; }
p { color: rgb(24,42,87); }
H1.HeaderClassName
{
color: #182A57;
}
.AnyTagClassName
{
color: #182A57;
}
</style>
background-color css
<style>
a { background-color: #182A57; }
a { background-color: rgb(24,42,87); }
div.DivClassName
{
background-color: #182A57;
}
.BgClassName
{
background-color: #182A57;
}
</style>
border-color css
<style>
span { border-color: #182A57; }
span { border-color: rgb(24,42,87); }
td.TdClassName
{
border-color: #182A57;
}
.TagClassName
{
border-color: #182A57;
}
</style>