Shades of Catalina Blue #152C53
Tints of Catalina Blue #152C53
RGB
CMYK
RGB Variations
Color information
#152C53 (or 0x152C53) is known color: Catalina Blue. HEX triplet: 15, 2C and 53. RGB value is (21,44,83). Sum of RGB (Red+Green+Blue) = 21+44+83=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #152C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C53 is #EAD3AC. Grayscale: #292929. Windows color (decimal): -15389613 or 5450773. OLE color: 5450773.
HSL color Cylindrical-coordinate representation of color #152C53: hue angle of 217.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152C53 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 44 | 83 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.67 |
| HSL | 217.74º | 0.6% | 0.2% | - |
| HSV(B) | 217.74º | 0.75% | 0.33% | - |
| XYZ | 2.77 | 2.59 | 8.54 | - |
| YUV | 41.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 83 | 0.75 | 0.47 | 0 | 0.67 | 217.74 | 0.6 | 0.2 |
| Hex | 15 | 2C | 53 | 4B | 2F | 0 | 43 | DA | 3C | 14 |
| Octal | 25 | 54 | 123 | 113 | 57 | 0 | 103 | 332 | 74 | 24 |
| Binary | 10101 | 101100 | 1010011 | 1001011 | 101111 | 0 | 1000011 | 11011010 | 111100 | 10100 |
Color Harmonies of #152C53
Complementary color
Monochromatic Colors of #152C53
Black with #152C53
Text Example
Text Example
White with #152C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C53; }
p { color: rgb(21,44,83); }
H1.HeaderClassName
{
color: #152C53;
}
.AnyTagClassName
{
color: #152C53;
}
</style>
background-color css
<style>
a { background-color: #152C53; }
a { background-color: rgb(21,44,83); }
div.DivClassName
{
background-color: #152C53;
}
.BgClassName
{
background-color: #152C53;
}
</style>
border-color css
<style>
span { border-color: #152C53; }
span { border-color: rgb(21,44,83); }
td.TdClassName
{
border-color: #152C53;
}
.TagClassName
{
border-color: #152C53;
}
</style>