Shades of Catalina Blue #152D52
Tints of Catalina Blue #152D52
RGB
CMYK
RGB Variations
Color information
#152D52 (or 0x152D52) is known color: Catalina Blue. HEX triplet: 15, 2D and 52. RGB value is (21,45,82). Sum of RGB (Red+Green+Blue) = 21+45+82=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #152D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D52 is #EAD2AD. Grayscale: #292929. Windows color (decimal): -15389358 or 5385493. OLE color: 5385493.
HSL color Cylindrical-coordinate representation of color #152D52: hue angle of 216.39º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152D52 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 45 | 82 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.68 |
| HSL | 216.39º | 0.59% | 0.2% | - |
| HSV(B) | 216.39º | 0.74% | 0.32% | - |
| XYZ | 2.77 | 2.65 | 8.35 | - |
| YUV | 42.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 82 | 0.74 | 0.45 | 0 | 0.68 | 216.39 | 0.59 | 0.2 |
| Hex | 15 | 2D | 52 | 4A | 2D | 0 | 44 | D8 | 3B | 14 |
| Octal | 25 | 55 | 122 | 112 | 55 | 0 | 104 | 330 | 73 | 24 |
| Binary | 10101 | 101101 | 1010010 | 1001010 | 101101 | 0 | 1000100 | 11011000 | 111011 | 10100 |
Color Harmonies of #152D52
Complementary color
Monochromatic Colors of #152D52
Black with #152D52
Text Example
Text Example
White with #152D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D52; }
p { color: rgb(21,45,82); }
H1.HeaderClassName
{
color: #152D52;
}
.AnyTagClassName
{
color: #152D52;
}
</style>
background-color css
<style>
a { background-color: #152D52; }
a { background-color: rgb(21,45,82); }
div.DivClassName
{
background-color: #152D52;
}
.BgClassName
{
background-color: #152D52;
}
</style>
border-color css
<style>
span { border-color: #152D52; }
span { border-color: rgb(21,45,82); }
td.TdClassName
{
border-color: #152D52;
}
.TagClassName
{
border-color: #152D52;
}
</style>