Shades of Catalina Blue #15325C
Tints of Catalina Blue #15325C
RGB
CMYK
RGB Variations
Color information
#15325C (or 0x15325C) is known color: Catalina Blue. HEX triplet: 15, 32 and 5C. RGB value is (21,50,92). Sum of RGB (Red+Green+Blue) = 21+50+92=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #15325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15325C is #EACDA3. Grayscale: #2D2D2D. Windows color (decimal): -15388068 or 6042133. OLE color: 6042133.
HSL color Cylindrical-coordinate representation of color #15325C: hue angle of 215.49º 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 #15325C is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 50 | 92 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.64 |
| HSL | 215.49º | 0.63% | 0.22% | - |
| HSV(B) | 215.49º | 0.77% | 0.36% | - |
| XYZ | 3.38 | 3.21 | 10.57 | - |
| YUV | 46.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 92 | 0.77 | 0.46 | 0 | 0.64 | 215.49 | 0.63 | 0.22 |
| Hex | 15 | 32 | 5C | 4D | 2E | 0 | 40 | D7 | 3F | 16 |
| Octal | 25 | 62 | 134 | 115 | 56 | 0 | 100 | 327 | 77 | 26 |
| Binary | 10101 | 110010 | 1011100 | 1001101 | 101110 | 0 | 1000000 | 11010111 | 111111 | 10110 |
Color Harmonies of #15325C
Complementary color
Monochromatic Colors of #15325C
Black with #15325C
Text Example
Text Example
White with #15325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15325C; }
p { color: rgb(21,50,92); }
H1.HeaderClassName
{
color: #15325C;
}
.AnyTagClassName
{
color: #15325C;
}
</style>
background-color css
<style>
a { background-color: #15325C; }
a { background-color: rgb(21,50,92); }
div.DivClassName
{
background-color: #15325C;
}
.BgClassName
{
background-color: #15325C;
}
</style>
border-color css
<style>
span { border-color: #15325C; }
span { border-color: rgb(21,50,92); }
td.TdClassName
{
border-color: #15325C;
}
.TagClassName
{
border-color: #15325C;
}
</style>