Shades of Catalina Blue #152D54
Tints of Catalina Blue #152D54
RGB
CMYK
RGB Variations
Color information
#152D54 (or 0x152D54) is known color: Catalina Blue. HEX triplet: 15, 2D and 54. RGB value is (21,45,84). Sum of RGB (Red+Green+Blue) = 21+45+84=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #152D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D54 is #EAD2AB. Grayscale: #2A2A2A. Windows color (decimal): -15389356 or 5516565. OLE color: 5516565.
HSL color Cylindrical-coordinate representation of color #152D54: hue angle of 217.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152D54 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 45 | 84 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.67 |
| HSL | 217.14º | 0.6% | 0.21% | - |
| HSV(B) | 217.14º | 0.75% | 0.33% | - |
| XYZ | 2.85 | 2.68 | 8.75 | - |
| YUV | 42.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 84 | 0.75 | 0.46 | 0 | 0.67 | 217.14 | 0.6 | 0.21 |
| Hex | 15 | 2D | 54 | 4B | 2E | 0 | 43 | D9 | 3C | 15 |
| Octal | 25 | 55 | 124 | 113 | 56 | 0 | 103 | 331 | 74 | 25 |
| Binary | 10101 | 101101 | 1010100 | 1001011 | 101110 | 0 | 1000011 | 11011001 | 111100 | 10101 |
Color Harmonies of #152D54
Complementary color
Monochromatic Colors of #152D54
Black with #152D54
Text Example
Text Example
White with #152D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D54; }
p { color: rgb(21,45,84); }
H1.HeaderClassName
{
color: #152D54;
}
.AnyTagClassName
{
color: #152D54;
}
</style>
background-color css
<style>
a { background-color: #152D54; }
a { background-color: rgb(21,45,84); }
div.DivClassName
{
background-color: #152D54;
}
.BgClassName
{
background-color: #152D54;
}
</style>
border-color css
<style>
span { border-color: #152D54; }
span { border-color: rgb(21,45,84); }
td.TdClassName
{
border-color: #152D54;
}
.TagClassName
{
border-color: #152D54;
}
</style>