Shades of Catalina Blue #192F57
Tints of Catalina Blue #192F57
RGB
CMYK
RGB Variations
Color information
#192F57 (or 0x192F57) is known color: Catalina Blue. HEX triplet: 19, 2F and 57. RGB value is (25,47,87). Sum of RGB (Red+Green+Blue) = 25+47+87=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #192F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F57 is #E6D0A8. Grayscale: #2C2C2C. Windows color (decimal): -15126697 or 5713689. OLE color: 5713689.
HSL color Cylindrical-coordinate representation of color #192F57: hue angle of 218.71º 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 #192F57 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 47 | 87 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.66 |
| HSL | 218.71º | 0.55% | 0.22% | - |
| HSV(B) | 218.71º | 0.71% | 0.34% | - |
| XYZ | 3.14 | 2.93 | 9.42 | - |
| YUV | 44.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 87 | 0.71 | 0.46 | 0 | 0.66 | 218.71 | 0.55 | 0.22 |
| Hex | 19 | 2F | 57 | 47 | 2E | 0 | 42 | DB | 37 | 16 |
| Octal | 31 | 57 | 127 | 107 | 56 | 0 | 102 | 333 | 67 | 26 |
| Binary | 11001 | 101111 | 1010111 | 1000111 | 101110 | 0 | 1000010 | 11011011 | 110111 | 10110 |
Color Harmonies of #192F57
Complementary color
Monochromatic Colors of #192F57
Black with #192F57
Text Example
Text Example
White with #192F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F57; }
p { color: rgb(25,47,87); }
H1.HeaderClassName
{
color: #192F57;
}
.AnyTagClassName
{
color: #192F57;
}
</style>
background-color css
<style>
a { background-color: #192F57; }
a { background-color: rgb(25,47,87); }
div.DivClassName
{
background-color: #192F57;
}
.BgClassName
{
background-color: #192F57;
}
</style>
border-color css
<style>
span { border-color: #192F57; }
span { border-color: rgb(25,47,87); }
td.TdClassName
{
border-color: #192F57;
}
.TagClassName
{
border-color: #192F57;
}
</style>