Shades of Catalina Blue #193667
Tints of Catalina Blue #193667
RGB
CMYK
RGB Variations
Color information
#193667 (or 0x193667) is known color: Catalina Blue. HEX triplet: 19, 36 and 67. RGB value is (25,54,103). Sum of RGB (Red+Green+Blue) = 25+54+103=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #193667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193667 is #E6C998. Grayscale: #323232. Windows color (decimal): -15124889 or 6764057. OLE color: 6764057.
HSL color Cylindrical-coordinate representation of color #193667: hue angle of 217.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193667 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 54 | 103 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.60 |
| HSL | 217.69º | 0.61% | 0.25% | - |
| HSV(B) | 217.69º | 0.76% | 0.4% | - |
| XYZ | 4.17 | 3.82 | 13.35 | - |
| YUV | 50.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 103 | 0.76 | 0.48 | 0 | 0.60 | 217.69 | 0.61 | 0.25 |
| Hex | 19 | 36 | 67 | 4C | 30 | 0 | 3C | DA | 3D | 19 |
| Octal | 31 | 66 | 147 | 114 | 60 | 0 | 74 | 332 | 75 | 31 |
| Binary | 11001 | 110110 | 1100111 | 1001100 | 110000 | 0 | 111100 | 11011010 | 111101 | 11001 |
Color Harmonies of #193667
Complementary color
Monochromatic Colors of #193667
Black with #193667
Text Example
Text Example
White with #193667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193667; }
p { color: rgb(25,54,103); }
H1.HeaderClassName
{
color: #193667;
}
.AnyTagClassName
{
color: #193667;
}
</style>
background-color css
<style>
a { background-color: #193667; }
a { background-color: rgb(25,54,103); }
div.DivClassName
{
background-color: #193667;
}
.BgClassName
{
background-color: #193667;
}
</style>
border-color css
<style>
span { border-color: #193667; }
span { border-color: rgb(25,54,103); }
td.TdClassName
{
border-color: #193667;
}
.TagClassName
{
border-color: #193667;
}
</style>