Shades of Catalina Blue #183965
Tints of Catalina Blue #183965
RGB
CMYK
RGB Variations
Color information
#183965 (or 0x183965) is known color: Catalina Blue. HEX triplet: 18, 39 and 65. RGB value is (24,57,101). Sum of RGB (Red+Green+Blue) = 24+57+101=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #183965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183965 is #E7C69A. Grayscale: #333333. Windows color (decimal): -15189659 or 6633752. OLE color: 6633752.
HSL color Cylindrical-coordinate representation of color #183965: hue angle of 214.29º 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 #183965 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 57 | 101 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.60 |
| HSL | 214.29º | 0.62% | 0.25% | - |
| HSV(B) | 214.29º | 0.76% | 0.4% | - |
| XYZ | 4.19 | 4.06 | 12.87 | - |
| YUV | 52.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 101 | 0.76 | 0.44 | 0 | 0.60 | 214.29 | 0.62 | 0.25 |
| Hex | 18 | 39 | 65 | 4C | 2C | 0 | 3C | D6 | 3E | 19 |
| Octal | 30 | 71 | 145 | 114 | 54 | 0 | 74 | 326 | 76 | 31 |
| Binary | 11000 | 111001 | 1100101 | 1001100 | 101100 | 0 | 111100 | 11010110 | 111110 | 11001 |
Color Harmonies of #183965
Complementary color
Monochromatic Colors of #183965
Black with #183965
Text Example
Text Example
White with #183965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183965; }
p { color: rgb(24,57,101); }
H1.HeaderClassName
{
color: #183965;
}
.AnyTagClassName
{
color: #183965;
}
</style>
background-color css
<style>
a { background-color: #183965; }
a { background-color: rgb(24,57,101); }
div.DivClassName
{
background-color: #183965;
}
.BgClassName
{
background-color: #183965;
}
</style>
border-color css
<style>
span { border-color: #183965; }
span { border-color: rgb(24,57,101); }
td.TdClassName
{
border-color: #183965;
}
.TagClassName
{
border-color: #183965;
}
</style>