Shades of Sapphire #182B78
Tints of Sapphire #182B78
RGB
CMYK
RGB Variations
Color information
#182B78 (or 0x182B78) is known color: Sapphire. HEX triplet: 18, 2B and 78. RGB value is (24,43,120). Sum of RGB (Red+Green+Blue) = 24+43+120=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #182B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B78 is #E7D487. Grayscale: #2D2D2D. Windows color (decimal): -15193224 or 7875352. OLE color: 7875352.
HSL color Cylindrical-coordinate representation of color #182B78: hue angle of 228.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182B78 is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 43 | 120 | - |
| CMYK | 0.8 | 0.64 | 0 | 0.53 |
| HSL | 228.13º | 0.67% | 0.28% | - |
| HSV(B) | 228.13º | 0.8% | 0.47% | - |
| XYZ | 4.63 | 3.28 | 18.16 | - |
| YUV | 46.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 120 | 0.8 | 0.64 | 0 | 0.53 | 228.13 | 0.67 | 0.28 |
| Hex | 18 | 2B | 78 | 50 | 40 | 0 | 35 | E4 | 43 | 1C |
| Octal | 30 | 53 | 170 | 120 | 100 | 0 | 65 | 344 | 103 | 34 |
| Binary | 11000 | 101011 | 1111000 | 1010000 | 1000000 | 0 | 110101 | 11100100 | 1000011 | 11100 |
Color Harmonies of #182B78
Complementary color
Monochromatic Colors of #182B78
Black with #182B78
Text Example
Text Example
White with #182B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B78; }
p { color: rgb(24,43,120); }
H1.HeaderClassName
{
color: #182B78;
}
.AnyTagClassName
{
color: #182B78;
}
</style>
background-color css
<style>
a { background-color: #182B78; }
a { background-color: rgb(24,43,120); }
div.DivClassName
{
background-color: #182B78;
}
.BgClassName
{
background-color: #182B78;
}
</style>
border-color css
<style>
span { border-color: #182B78; }
span { border-color: rgb(24,43,120); }
td.TdClassName
{
border-color: #182B78;
}
.TagClassName
{
border-color: #182B78;
}
</style>