Shades of Sapphire #183265
Tints of Sapphire #183265
RGB
CMYK
RGB Variations
Color information
#183265 (or 0x183265) is known color: Sapphire. HEX triplet: 18, 32 and 65. RGB value is (24,50,101). Sum of RGB (Red+Green+Blue) = 24+50+101=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #183265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183265 is #E7CD9A. Grayscale: #2F2F2F. Windows color (decimal): -15191451 or 6631960. OLE color: 6631960.
HSL color Cylindrical-coordinate representation of color #183265: hue angle of 219.74º 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 #183265 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 50 | 101 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.60 |
| HSL | 219.74º | 0.62% | 0.25% | - |
| HSV(B) | 219.74º | 0.76% | 0.4% | - |
| XYZ | 3.87 | 3.41 | 12.77 | - |
| YUV | 48.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 101 | 0.76 | 0.50 | 0 | 0.60 | 219.74 | 0.62 | 0.25 |
| Hex | 18 | 32 | 65 | 4C | 32 | 0 | 3C | DC | 3E | 19 |
| Octal | 30 | 62 | 145 | 114 | 62 | 0 | 74 | 334 | 76 | 31 |
| Binary | 11000 | 110010 | 1100101 | 1001100 | 110010 | 0 | 111100 | 11011100 | 111110 | 11001 |
Color Harmonies of #183265
Complementary color
Monochromatic Colors of #183265
Black with #183265
Text Example
Text Example
White with #183265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183265; }
p { color: rgb(24,50,101); }
H1.HeaderClassName
{
color: #183265;
}
.AnyTagClassName
{
color: #183265;
}
</style>
background-color css
<style>
a { background-color: #183265; }
a { background-color: rgb(24,50,101); }
div.DivClassName
{
background-color: #183265;
}
.BgClassName
{
background-color: #183265;
}
</style>
border-color css
<style>
span { border-color: #183265; }
span { border-color: rgb(24,50,101); }
td.TdClassName
{
border-color: #183265;
}
.TagClassName
{
border-color: #183265;
}
</style>