Shades of Catalina Blue #192F5B
Tints of Catalina Blue #192F5B
RGB
CMYK
RGB Variations
Color information
#192F5B (or 0x192F5B) is known color: Catalina Blue. HEX triplet: 19, 2F and 5B. RGB value is (25,47,91). Sum of RGB (Red+Green+Blue) = 25+47+91=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #192F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F5B is #E6D0A4. Grayscale: #2D2D2D. Windows color (decimal): -15126693 or 5975833. OLE color: 5975833.
HSL color Cylindrical-coordinate representation of color #192F5B: hue angle of 220º 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 #192F5B is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 47 | 91 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.64 |
| HSL | 220º | 0.57% | 0.23% | - |
| HSV(B) | 220º | 0.73% | 0.36% | - |
| XYZ | 3.31 | 3 | 10.3 | - |
| YUV | 45.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 91 | 0.73 | 0.48 | 0 | 0.64 | 220 | 0.57 | 0.23 |
| Hex | 19 | 2F | 5B | 49 | 30 | 0 | 40 | DC | 39 | 17 |
| Octal | 31 | 57 | 133 | 111 | 60 | 0 | 100 | 334 | 71 | 27 |
| Binary | 11001 | 101111 | 1011011 | 1001001 | 110000 | 0 | 1000000 | 11011100 | 111001 | 10111 |
Color Harmonies of #192F5B
Complementary color
Monochromatic Colors of #192F5B
Black with #192F5B
Text Example
Text Example
White with #192F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F5B; }
p { color: rgb(25,47,91); }
H1.HeaderClassName
{
color: #192F5B;
}
.AnyTagClassName
{
color: #192F5B;
}
</style>
background-color css
<style>
a { background-color: #192F5B; }
a { background-color: rgb(25,47,91); }
div.DivClassName
{
background-color: #192F5B;
}
.BgClassName
{
background-color: #192F5B;
}
</style>
border-color css
<style>
span { border-color: #192F5B; }
span { border-color: rgb(25,47,91); }
td.TdClassName
{
border-color: #192F5B;
}
.TagClassName
{
border-color: #192F5B;
}
</style>