Shades of Sapphire #182565
Tints of Sapphire #182565
RGB
CMYK
RGB Variations
Color information
#182565 (or 0x182565) is known color: Sapphire. HEX triplet: 18, 25 and 65. RGB value is (24,37,101). Sum of RGB (Red+Green+Blue) = 24+37+101=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #182565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182565 is #E7DA9A. Grayscale: #282828. Windows color (decimal): -15194779 or 6628632. OLE color: 6628632.
HSL color Cylindrical-coordinate representation of color #182565: hue angle of 229.87º 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 #182565 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 37 | 101 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.60 |
| HSL | 229.87º | 0.62% | 0.25% | - |
| HSV(B) | 229.87º | 0.76% | 0.4% | - |
| XYZ | 3.39 | 2.46 | 12.61 | - |
| YUV | 40.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 101 | 0.76 | 0.63 | 0 | 0.60 | 229.87 | 0.62 | 0.25 |
| Hex | 18 | 25 | 65 | 4C | 3F | 0 | 3C | E6 | 3E | 19 |
| Octal | 30 | 45 | 145 | 114 | 77 | 0 | 74 | 346 | 76 | 31 |
| Binary | 11000 | 100101 | 1100101 | 1001100 | 111111 | 0 | 111100 | 11100110 | 111110 | 11001 |
Color Harmonies of #182565
Complementary color
Monochromatic Colors of #182565
Black with #182565
Text Example
Text Example
White with #182565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182565; }
p { color: rgb(24,37,101); }
H1.HeaderClassName
{
color: #182565;
}
.AnyTagClassName
{
color: #182565;
}
</style>
background-color css
<style>
a { background-color: #182565; }
a { background-color: rgb(24,37,101); }
div.DivClassName
{
background-color: #182565;
}
.BgClassName
{
background-color: #182565;
}
</style>
border-color css
<style>
span { border-color: #182565; }
span { border-color: rgb(24,37,101); }
td.TdClassName
{
border-color: #182565;
}
.TagClassName
{
border-color: #182565;
}
</style>