Shades of Catalina Blue #192D57
Tints of Catalina Blue #192D57
RGB
CMYK
RGB Variations
Color information
#192D57 (or 0x192D57) is known color: Catalina Blue. HEX triplet: 19, 2D and 57. RGB value is (25,45,87). Sum of RGB (Red+Green+Blue) = 25+45+87=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #192D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D57 is #E6D2A8. Grayscale: #2B2B2B. Windows color (decimal): -15127209 or 5713177. OLE color: 5713177.
HSL color Cylindrical-coordinate representation of color #192D57: hue angle of 220.65º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192D57 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 45 | 87 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.66 |
| HSL | 220.65º | 0.55% | 0.22% | - |
| HSV(B) | 220.65º | 0.71% | 0.34% | - |
| XYZ | 3.06 | 2.77 | 9.39 | - |
| YUV | 43.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 87 | 0.71 | 0.48 | 0 | 0.66 | 220.65 | 0.55 | 0.22 |
| Hex | 19 | 2D | 57 | 47 | 30 | 0 | 42 | DD | 37 | 16 |
| Octal | 31 | 55 | 127 | 107 | 60 | 0 | 102 | 335 | 67 | 26 |
| Binary | 11001 | 101101 | 1010111 | 1000111 | 110000 | 0 | 1000010 | 11011101 | 110111 | 10110 |
Color Harmonies of #192D57
Complementary color
Monochromatic Colors of #192D57
Black with #192D57
Text Example
Text Example
White with #192D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D57; }
p { color: rgb(25,45,87); }
H1.HeaderClassName
{
color: #192D57;
}
.AnyTagClassName
{
color: #192D57;
}
</style>
background-color css
<style>
a { background-color: #192D57; }
a { background-color: rgb(25,45,87); }
div.DivClassName
{
background-color: #192D57;
}
.BgClassName
{
background-color: #192D57;
}
</style>
border-color css
<style>
span { border-color: #192D57; }
span { border-color: rgb(25,45,87); }
td.TdClassName
{
border-color: #192D57;
}
.TagClassName
{
border-color: #192D57;
}
</style>