Shades of Sapphire #182F74
Tints of Sapphire #182F74
RGB
CMYK
RGB Variations
Color information
#182F74 (or 0x182F74) is known color: Sapphire. HEX triplet: 18, 2F and 74. RGB value is (24,47,116). Sum of RGB (Red+Green+Blue) = 24+47+116=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #182F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F74 is #E7D08B. Grayscale: #2F2F2F. Windows color (decimal): -15192204 or 7614232. OLE color: 7614232.
HSL color Cylindrical-coordinate representation of color #182F74: hue angle of 225º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182F74 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 47 | 116 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.55 |
| HSL | 225º | 0.66% | 0.27% | - |
| HSV(B) | 225º | 0.79% | 0.45% | - |
| XYZ | 4.55 | 3.49 | 16.96 | - |
| YUV | 47.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 116 | 0.79 | 0.59 | 0 | 0.55 | 225 | 0.66 | 0.27 |
| Hex | 18 | 2F | 74 | 4F | 3B | 0 | 37 | E1 | 42 | 1B |
| Octal | 30 | 57 | 164 | 117 | 73 | 0 | 67 | 341 | 102 | 33 |
| Binary | 11000 | 101111 | 1110100 | 1001111 | 111011 | 0 | 110111 | 11100001 | 1000010 | 11011 |
Color Harmonies of #182F74
Complementary color
Monochromatic Colors of #182F74
Black with #182F74
Text Example
Text Example
White with #182F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F74; }
p { color: rgb(24,47,116); }
H1.HeaderClassName
{
color: #182F74;
}
.AnyTagClassName
{
color: #182F74;
}
</style>
background-color css
<style>
a { background-color: #182F74; }
a { background-color: rgb(24,47,116); }
div.DivClassName
{
background-color: #182F74;
}
.BgClassName
{
background-color: #182F74;
}
</style>
border-color css
<style>
span { border-color: #182F74; }
span { border-color: rgb(24,47,116); }
td.TdClassName
{
border-color: #182F74;
}
.TagClassName
{
border-color: #182F74;
}
</style>