Shades of Catalina Blue #15335D
Tints of Catalina Blue #15335D
RGB
CMYK
RGB Variations
Color information
#15335D (or 0x15335D) is known color: Catalina Blue. HEX triplet: 15, 33 and 5D. RGB value is (21,51,93). Sum of RGB (Red+Green+Blue) = 21+51+93=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #15335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15335D is #EACCA2. Grayscale: #2E2E2E. Windows color (decimal): -15387811 or 6107925. OLE color: 6107925.
HSL color Cylindrical-coordinate representation of color #15335D: hue angle of 215º degrees, saturation: 0.63, 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 #15335D is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 51 | 93 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.64 |
| HSL | 215º | 0.63% | 0.22% | - |
| HSV(B) | 215º | 0.77% | 0.36% | - |
| XYZ | 3.47 | 3.32 | 10.81 | - |
| YUV | 46.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 93 | 0.77 | 0.45 | 0 | 0.64 | 215 | 0.63 | 0.22 |
| Hex | 15 | 33 | 5D | 4D | 2D | 0 | 40 | D7 | 3F | 16 |
| Octal | 25 | 63 | 135 | 115 | 55 | 0 | 100 | 327 | 77 | 26 |
| Binary | 10101 | 110011 | 1011101 | 1001101 | 101101 | 0 | 1000000 | 11010111 | 111111 | 10110 |
Color Harmonies of #15335D
Complementary color
Monochromatic Colors of #15335D
Black with #15335D
Text Example
Text Example
White with #15335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15335D; }
p { color: rgb(21,51,93); }
H1.HeaderClassName
{
color: #15335D;
}
.AnyTagClassName
{
color: #15335D;
}
</style>
background-color css
<style>
a { background-color: #15335D; }
a { background-color: rgb(21,51,93); }
div.DivClassName
{
background-color: #15335D;
}
.BgClassName
{
background-color: #15335D;
}
</style>
border-color css
<style>
span { border-color: #15335D; }
span { border-color: rgb(21,51,93); }
td.TdClassName
{
border-color: #15335D;
}
.TagClassName
{
border-color: #15335D;
}
</style>