Shades of Catalina Blue #192F5E
Tints of Catalina Blue #192F5E
RGB
CMYK
RGB Variations
Color information
#192F5E (or 0x192F5E) is known color: Catalina Blue. HEX triplet: 19, 2F and 5E. RGB value is (25,47,94). Sum of RGB (Red+Green+Blue) = 25+47+94=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #192F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F5E is #E6D0A1. Grayscale: #2D2D2D. Windows color (decimal): -15126690 or 6172441. OLE color: 6172441.
HSL color Cylindrical-coordinate representation of color #192F5E: hue angle of 220.87º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192F5E is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 47 | 94 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.63 |
| HSL | 220.87º | 0.58% | 0.23% | - |
| HSV(B) | 220.87º | 0.73% | 0.37% | - |
| XYZ | 3.44 | 3.05 | 11 | - |
| YUV | 45.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 94 | 0.73 | 0.5 | 0 | 0.63 | 220.87 | 0.58 | 0.23 |
| Hex | 19 | 2F | 5E | 49 | 32 | 0 | 3F | DD | 3A | 17 |
| Octal | 31 | 57 | 136 | 111 | 62 | 0 | 77 | 335 | 72 | 27 |
| Binary | 11001 | 101111 | 1011110 | 1001001 | 110010 | 0 | 111111 | 11011101 | 111010 | 10111 |
Color Harmonies of #192F5E
Complementary color
Monochromatic Colors of #192F5E
Black with #192F5E
Text Example
Text Example
White with #192F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F5E; }
p { color: rgb(25,47,94); }
H1.HeaderClassName
{
color: #192F5E;
}
.AnyTagClassName
{
color: #192F5E;
}
</style>
background-color css
<style>
a { background-color: #192F5E; }
a { background-color: rgb(25,47,94); }
div.DivClassName
{
background-color: #192F5E;
}
.BgClassName
{
background-color: #192F5E;
}
</style>
border-color css
<style>
span { border-color: #192F5E; }
span { border-color: rgb(25,47,94); }
td.TdClassName
{
border-color: #192F5E;
}
.TagClassName
{
border-color: #192F5E;
}
</style>