Shades of Sapphire #182C65
Tints of Sapphire #182C65
RGB
CMYK
RGB Variations
Color information
#182C65 (or 0x182C65) is known color: Sapphire. HEX triplet: 18, 2C and 65. RGB value is (24,44,101). Sum of RGB (Red+Green+Blue) = 24+44+101=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #182C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C65 is #E7D39A. Grayscale: #2C2C2C. Windows color (decimal): -15192987 or 6630424. OLE color: 6630424.
HSL color Cylindrical-coordinate representation of color #182C65: hue angle of 224.42º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182C65 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 44 | 101 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.60 |
| HSL | 224.42º | 0.62% | 0.25% | - |
| HSV(B) | 224.42º | 0.76% | 0.4% | - |
| XYZ | 3.63 | 2.94 | 12.69 | - |
| YUV | 44.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 101 | 0.76 | 0.56 | 0 | 0.60 | 224.42 | 0.62 | 0.25 |
| Hex | 18 | 2C | 65 | 4C | 38 | 0 | 3C | E0 | 3E | 19 |
| Octal | 30 | 54 | 145 | 114 | 70 | 0 | 74 | 340 | 76 | 31 |
| Binary | 11000 | 101100 | 1100101 | 1001100 | 111000 | 0 | 111100 | 11100000 | 111110 | 11001 |
Color Harmonies of #182C65
Complementary color
Monochromatic Colors of #182C65
Black with #182C65
Text Example
Text Example
White with #182C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C65; }
p { color: rgb(24,44,101); }
H1.HeaderClassName
{
color: #182C65;
}
.AnyTagClassName
{
color: #182C65;
}
</style>
background-color css
<style>
a { background-color: #182C65; }
a { background-color: rgb(24,44,101); }
div.DivClassName
{
background-color: #182C65;
}
.BgClassName
{
background-color: #182C65;
}
</style>
border-color css
<style>
span { border-color: #182C65; }
span { border-color: rgb(24,44,101); }
td.TdClassName
{
border-color: #182C65;
}
.TagClassName
{
border-color: #182C65;
}
</style>