Shades of Sapphire #182C58
Tints of Sapphire #182C58
RGB
CMYK
RGB Variations
Color information
#182C58 (or 0x182C58) is known color: Sapphire. HEX triplet: 18, 2C and 58. RGB value is (24,44,88). Sum of RGB (Red+Green+Blue) = 24+44+88=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #182C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C58 is #E7D3A7. Grayscale: #2A2A2A. Windows color (decimal): -15193000 or 5778456. OLE color: 5778456.
HSL color Cylindrical-coordinate representation of color #182C58: hue angle of 221.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182C58 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 44 | 88 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.65 |
| HSL | 221.25º | 0.57% | 0.22% | - |
| HSV(B) | 221.25º | 0.73% | 0.35% | - |
| XYZ | 3.04 | 2.7 | 9.59 | - |
| YUV | 43.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 88 | 0.73 | 0.5 | 0 | 0.65 | 221.25 | 0.57 | 0.22 |
| Hex | 18 | 2C | 58 | 49 | 32 | 0 | 41 | DD | 39 | 16 |
| Octal | 30 | 54 | 130 | 111 | 62 | 0 | 101 | 335 | 71 | 26 |
| Binary | 11000 | 101100 | 1011000 | 1001001 | 110010 | 0 | 1000001 | 11011101 | 111001 | 10110 |
Color Harmonies of #182C58
Complementary color
Monochromatic Colors of #182C58
Black with #182C58
Text Example
Text Example
White with #182C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C58; }
p { color: rgb(24,44,88); }
H1.HeaderClassName
{
color: #182C58;
}
.AnyTagClassName
{
color: #182C58;
}
</style>
background-color css
<style>
a { background-color: #182C58; }
a { background-color: rgb(24,44,88); }
div.DivClassName
{
background-color: #182C58;
}
.BgClassName
{
background-color: #182C58;
}
</style>
border-color css
<style>
span { border-color: #182C58; }
span { border-color: rgb(24,44,88); }
td.TdClassName
{
border-color: #182C58;
}
.TagClassName
{
border-color: #182C58;
}
</style>