Shades of Sapphire #182D7D
Tints of Sapphire #182D7D
RGB
CMYK
RGB Variations
Color information
#182D7D (or 0x182D7D) is known color: Sapphire. HEX triplet: 18, 2D and 7D. RGB value is (24,45,125). Sum of RGB (Red+Green+Blue) = 24+45+125=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #182D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D7D is #E7D282. Grayscale: #2F2F2F. Windows color (decimal): -15192707 or 8203544. OLE color: 8203544.
HSL color Cylindrical-coordinate representation of color #182D7D: hue angle of 227.52º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182D7D is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 45 | 125 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.51 |
| HSL | 227.52º | 0.68% | 0.29% | - |
| HSV(B) | 227.52º | 0.81% | 0.49% | - |
| XYZ | 5.02 | 3.55 | 19.82 | - |
| YUV | 47.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 125 | 0.81 | 0.64 | 0 | 0.51 | 227.52 | 0.68 | 0.29 |
| Hex | 18 | 2D | 7D | 51 | 40 | 0 | 33 | E4 | 44 | 1D |
| Octal | 30 | 55 | 175 | 121 | 100 | 0 | 63 | 344 | 104 | 35 |
| Binary | 11000 | 101101 | 1111101 | 1010001 | 1000000 | 0 | 110011 | 11100100 | 1000100 | 11101 |
Color Harmonies of #182D7D
Complementary color
Monochromatic Colors of #182D7D
Black with #182D7D
Text Example
Text Example
White with #182D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D7D; }
p { color: rgb(24,45,125); }
H1.HeaderClassName
{
color: #182D7D;
}
.AnyTagClassName
{
color: #182D7D;
}
</style>
background-color css
<style>
a { background-color: #182D7D; }
a { background-color: rgb(24,45,125); }
div.DivClassName
{
background-color: #182D7D;
}
.BgClassName
{
background-color: #182D7D;
}
</style>
border-color css
<style>
span { border-color: #182D7D; }
span { border-color: rgb(24,45,125); }
td.TdClassName
{
border-color: #182D7D;
}
.TagClassName
{
border-color: #182D7D;
}
</style>