Shades of Catalina Blue #15305B
Tints of Catalina Blue #15305B
RGB
CMYK
RGB Variations
Color information
#15305B (or 0x15305B) is known color: Catalina Blue. HEX triplet: 15, 30 and 5B. RGB value is (21,48,91). Sum of RGB (Red+Green+Blue) = 21+48+91=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #15305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305B is #EACFA4. Grayscale: #2C2C2C. Windows color (decimal): -15388581 or 5976085. OLE color: 5976085.
HSL color Cylindrical-coordinate representation of color #15305B: hue angle of 216.86º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15305B is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 48 | 91 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.64 |
| HSL | 216.86º | 0.63% | 0.22% | - |
| HSV(B) | 216.86º | 0.77% | 0.36% | - |
| XYZ | 3.25 | 3.03 | 10.31 | - |
| YUV | 44.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 91 | 0.77 | 0.47 | 0 | 0.64 | 216.86 | 0.63 | 0.22 |
| Hex | 15 | 30 | 5B | 4D | 2F | 0 | 40 | D9 | 3E | 16 |
| Octal | 25 | 60 | 133 | 115 | 57 | 0 | 100 | 331 | 76 | 26 |
| Binary | 10101 | 110000 | 1011011 | 1001101 | 101111 | 0 | 1000000 | 11011001 | 111110 | 10110 |
Color Harmonies of #15305B
Complementary color
Monochromatic Colors of #15305B
Black with #15305B
Text Example
Text Example
White with #15305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15305B; }
p { color: rgb(21,48,91); }
H1.HeaderClassName
{
color: #15305B;
}
.AnyTagClassName
{
color: #15305B;
}
</style>
background-color css
<style>
a { background-color: #15305B; }
a { background-color: rgb(21,48,91); }
div.DivClassName
{
background-color: #15305B;
}
.BgClassName
{
background-color: #15305B;
}
</style>
border-color css
<style>
span { border-color: #15305B; }
span { border-color: rgb(21,48,91); }
td.TdClassName
{
border-color: #15305B;
}
.TagClassName
{
border-color: #15305B;
}
</style>