Shades of Sapphire #182C77
Tints of Sapphire #182C77
RGB
CMYK
RGB Variations
Color information
#182C77 (or 0x182C77) is known color: Sapphire. HEX triplet: 18, 2C and 77. RGB value is (24,44,119). Sum of RGB (Red+Green+Blue) = 24+44+119=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #182C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C77 is #E7D388. Grayscale: #2E2E2E. Windows color (decimal): -15192969 or 7810072. OLE color: 7810072.
HSL color Cylindrical-coordinate representation of color #182C77: hue angle of 227.37º degrees, saturation: 0.66, 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 #182C77 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 44 | 119 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.53 |
| HSL | 227.37º | 0.66% | 0.28% | - |
| HSV(B) | 227.37º | 0.8% | 0.47% | - |
| XYZ | 4.61 | 3.33 | 17.85 | - |
| YUV | 46.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 119 | 0.80 | 0.63 | 0 | 0.53 | 227.37 | 0.66 | 0.28 |
| Hex | 18 | 2C | 77 | 50 | 3F | 0 | 35 | E3 | 42 | 1C |
| Octal | 30 | 54 | 167 | 120 | 77 | 0 | 65 | 343 | 102 | 34 |
| Binary | 11000 | 101100 | 1110111 | 1010000 | 111111 | 0 | 110101 | 11100011 | 1000010 | 11100 |
Color Harmonies of #182C77
Complementary color
Monochromatic Colors of #182C77
Black with #182C77
Text Example
Text Example
White with #182C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C77; }
p { color: rgb(24,44,119); }
H1.HeaderClassName
{
color: #182C77;
}
.AnyTagClassName
{
color: #182C77;
}
</style>
background-color css
<style>
a { background-color: #182C77; }
a { background-color: rgb(24,44,119); }
div.DivClassName
{
background-color: #182C77;
}
.BgClassName
{
background-color: #182C77;
}
</style>
border-color css
<style>
span { border-color: #182C77; }
span { border-color: rgb(24,44,119); }
td.TdClassName
{
border-color: #182C77;
}
.TagClassName
{
border-color: #182C77;
}
</style>