Shades of Catalina Blue #183565
Tints of Catalina Blue #183565
RGB
CMYK
RGB Variations
Color information
#183565 (or 0x183565) is known color: Catalina Blue. HEX triplet: 18, 35 and 65. RGB value is (24,53,101). Sum of RGB (Red+Green+Blue) = 24+53+101=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #183565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183565 is #E7CA9A. Grayscale: #313131. Windows color (decimal): -15190683 or 6632728. OLE color: 6632728.
HSL color Cylindrical-coordinate representation of color #183565: hue angle of 217.4º degrees, saturation: 0.62, 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 #183565 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 53 | 101 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.60 |
| HSL | 217.4º | 0.62% | 0.25% | - |
| HSV(B) | 217.4º | 0.76% | 0.4% | - |
| XYZ | 4 | 3.68 | 12.81 | - |
| YUV | 49.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 101 | 0.76 | 0.48 | 0 | 0.60 | 217.4 | 0.62 | 0.25 |
| Hex | 18 | 35 | 65 | 4C | 30 | 0 | 3C | D9 | 3E | 19 |
| Octal | 30 | 65 | 145 | 114 | 60 | 0 | 74 | 331 | 76 | 31 |
| Binary | 11000 | 110101 | 1100101 | 1001100 | 110000 | 0 | 111100 | 11011001 | 111110 | 11001 |
Color Harmonies of #183565
Complementary color
Monochromatic Colors of #183565
Black with #183565
Text Example
Text Example
White with #183565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183565; }
p { color: rgb(24,53,101); }
H1.HeaderClassName
{
color: #183565;
}
.AnyTagClassName
{
color: #183565;
}
</style>
background-color css
<style>
a { background-color: #183565; }
a { background-color: rgb(24,53,101); }
div.DivClassName
{
background-color: #183565;
}
.BgClassName
{
background-color: #183565;
}
</style>
border-color css
<style>
span { border-color: #183565; }
span { border-color: rgb(24,53,101); }
td.TdClassName
{
border-color: #183565;
}
.TagClassName
{
border-color: #183565;
}
</style>