Shades of Sapphire #182F70
Tints of Sapphire #182F70
RGB
CMYK
RGB Variations
Color information
#182F70 (or 0x182F70) is known color: Sapphire. HEX triplet: 18, 2F and 70. RGB value is (24,47,112). Sum of RGB (Red+Green+Blue) = 24+47+112=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #182F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F70 is #E7D08F. Grayscale: #2F2F2F. Windows color (decimal): -15192208 or 7352088. OLE color: 7352088.
HSL color Cylindrical-coordinate representation of color #182F70: hue angle of 224.32º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182F70 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 47 | 112 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.56 |
| HSL | 224.32º | 0.65% | 0.27% | - |
| HSV(B) | 224.32º | 0.79% | 0.44% | - |
| XYZ | 4.32 | 3.4 | 15.76 | - |
| YUV | 47.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 112 | 0.79 | 0.58 | 0 | 0.56 | 224.32 | 0.65 | 0.27 |
| Hex | 18 | 2F | 70 | 4F | 3A | 0 | 38 | E0 | 41 | 1B |
| Octal | 30 | 57 | 160 | 117 | 72 | 0 | 70 | 340 | 101 | 33 |
| Binary | 11000 | 101111 | 1110000 | 1001111 | 111010 | 0 | 111000 | 11100000 | 1000001 | 11011 |
Color Harmonies of #182F70
Complementary color
Monochromatic Colors of #182F70
Black with #182F70
Text Example
Text Example
White with #182F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F70; }
p { color: rgb(24,47,112); }
H1.HeaderClassName
{
color: #182F70;
}
.AnyTagClassName
{
color: #182F70;
}
</style>
background-color css
<style>
a { background-color: #182F70; }
a { background-color: rgb(24,47,112); }
div.DivClassName
{
background-color: #182F70;
}
.BgClassName
{
background-color: #182F70;
}
</style>
border-color css
<style>
span { border-color: #182F70; }
span { border-color: rgb(24,47,112); }
td.TdClassName
{
border-color: #182F70;
}
.TagClassName
{
border-color: #182F70;
}
</style>