Shades of Sapphire #153265
Tints of Sapphire #153265
RGB
CMYK
RGB Variations
Color information
#153265 (or 0x153265) is known color: Sapphire. HEX triplet: 15, 32 and 65. RGB value is (21,50,101). Sum of RGB (Red+Green+Blue) = 21+50+101=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #153265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153265 is #EACD9A. Grayscale: #2E2E2E. Windows color (decimal): -15388059 or 6631957. OLE color: 6631957.
HSL color Cylindrical-coordinate representation of color #153265: hue angle of 218.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153265 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 50 | 101 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.60 |
| HSL | 218.25º | 0.66% | 0.24% | - |
| HSV(B) | 218.25º | 0.79% | 0.4% | - |
| XYZ | 3.8 | 3.38 | 12.76 | - |
| YUV | 47.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 101 | 0.79 | 0.50 | 0 | 0.60 | 218.25 | 0.66 | 0.24 |
| Hex | 15 | 32 | 65 | 4F | 32 | 0 | 3C | DA | 42 | 18 |
| Octal | 25 | 62 | 145 | 117 | 62 | 0 | 74 | 332 | 102 | 30 |
| Binary | 10101 | 110010 | 1100101 | 1001111 | 110010 | 0 | 111100 | 11011010 | 1000010 | 11000 |
Color Harmonies of #153265
Complementary color
Monochromatic Colors of #153265
Black with #153265
Text Example
Text Example
White with #153265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153265; }
p { color: rgb(21,50,101); }
H1.HeaderClassName
{
color: #153265;
}
.AnyTagClassName
{
color: #153265;
}
</style>
background-color css
<style>
a { background-color: #153265; }
a { background-color: rgb(21,50,101); }
div.DivClassName
{
background-color: #153265;
}
.BgClassName
{
background-color: #153265;
}
</style>
border-color css
<style>
span { border-color: #153265; }
span { border-color: rgb(21,50,101); }
td.TdClassName
{
border-color: #153265;
}
.TagClassName
{
border-color: #153265;
}
</style>