Shades of Catalina Blue #19365C
Tints of Catalina Blue #19365C
RGB
CMYK
RGB Variations
Color information
#19365C (or 0x19365C) is known color: Catalina Blue. HEX triplet: 19, 36 and 5C. RGB value is (25,54,92). Sum of RGB (Red+Green+Blue) = 25+54+92=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #19365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19365C is #E6C9A3. Grayscale: #313131. Windows color (decimal): -15124900 or 6043161. OLE color: 6043161.
HSL color Cylindrical-coordinate representation of color #19365C: hue angle of 214.03º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19365C is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 54 | 92 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.64 |
| HSL | 214.03º | 0.57% | 0.23% | - |
| HSV(B) | 214.03º | 0.73% | 0.36% | - |
| XYZ | 3.65 | 3.62 | 10.63 | - |
| YUV | 49.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 92 | 0.73 | 0.41 | 0 | 0.64 | 214.03 | 0.57 | 0.23 |
| Hex | 19 | 36 | 5C | 49 | 29 | 0 | 40 | D6 | 39 | 17 |
| Octal | 31 | 66 | 134 | 111 | 51 | 0 | 100 | 326 | 71 | 27 |
| Binary | 11001 | 110110 | 1011100 | 1001001 | 101001 | 0 | 1000000 | 11010110 | 111001 | 10111 |
Color Harmonies of #19365C
Complementary color
Monochromatic Colors of #19365C
Black with #19365C
Text Example
Text Example
White with #19365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19365C; }
p { color: rgb(25,54,92); }
H1.HeaderClassName
{
color: #19365C;
}
.AnyTagClassName
{
color: #19365C;
}
</style>
background-color css
<style>
a { background-color: #19365C; }
a { background-color: rgb(25,54,92); }
div.DivClassName
{
background-color: #19365C;
}
.BgClassName
{
background-color: #19365C;
}
</style>
border-color css
<style>
span { border-color: #19365C; }
span { border-color: rgb(25,54,92); }
td.TdClassName
{
border-color: #19365C;
}
.TagClassName
{
border-color: #19365C;
}
</style>