Shades of Catalina Blue #183051
Tints of Catalina Blue #183051
RGB
CMYK
RGB Variations
Color information
#183051 (or 0x183051) is known color: Catalina Blue. HEX triplet: 18, 30 and 51. RGB value is (24,48,81). Sum of RGB (Red+Green+Blue) = 24+48+81=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #183051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183051 is #E7CFAE. Grayscale: #2C2C2C. Windows color (decimal): -15191983 or 5320728. OLE color: 5320728.
HSL color Cylindrical-coordinate representation of color #183051: hue angle of 214.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183051 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 48 | 81 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.68 |
| HSL | 214.74º | 0.54% | 0.21% | - |
| HSV(B) | 214.74º | 0.7% | 0.32% | - |
| XYZ | 2.92 | 2.9 | 8.19 | - |
| YUV | 44.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 81 | 0.70 | 0.41 | 0 | 0.68 | 214.74 | 0.54 | 0.21 |
| Hex | 18 | 30 | 51 | 46 | 29 | 0 | 44 | D7 | 36 | 15 |
| Octal | 30 | 60 | 121 | 106 | 51 | 0 | 104 | 327 | 66 | 25 |
| Binary | 11000 | 110000 | 1010001 | 1000110 | 101001 | 0 | 1000100 | 11010111 | 110110 | 10101 |
Color Harmonies of #183051
Complementary color
Monochromatic Colors of #183051
Black with #183051
Text Example
Text Example
White with #183051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183051; }
p { color: rgb(24,48,81); }
H1.HeaderClassName
{
color: #183051;
}
.AnyTagClassName
{
color: #183051;
}
</style>
background-color css
<style>
a { background-color: #183051; }
a { background-color: rgb(24,48,81); }
div.DivClassName
{
background-color: #183051;
}
.BgClassName
{
background-color: #183051;
}
</style>
border-color css
<style>
span { border-color: #183051; }
span { border-color: rgb(24,48,81); }
td.TdClassName
{
border-color: #183051;
}
.TagClassName
{
border-color: #183051;
}
</style>