Shades of Catalina Blue #183057
Tints of Catalina Blue #183057
RGB
CMYK
RGB Variations
Color information
#183057 (or 0x183057) is known color: Catalina Blue. HEX triplet: 18, 30 and 57. RGB value is (24,48,87). Sum of RGB (Red+Green+Blue) = 24+48+87=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #183057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183057 is #E7CFA8. Grayscale: #2D2D2D. Windows color (decimal): -15191977 or 5713944. OLE color: 5713944.
HSL color Cylindrical-coordinate representation of color #183057: hue angle of 217.14º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183057 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 48 | 87 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.66 |
| HSL | 217.14º | 0.57% | 0.22% | - |
| HSV(B) | 217.14º | 0.72% | 0.34% | - |
| XYZ | 3.15 | 3 | 9.43 | - |
| YUV | 45.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 87 | 0.72 | 0.45 | 0 | 0.66 | 217.14 | 0.57 | 0.22 |
| Hex | 18 | 30 | 57 | 48 | 2D | 0 | 42 | D9 | 39 | 16 |
| Octal | 30 | 60 | 127 | 110 | 55 | 0 | 102 | 331 | 71 | 26 |
| Binary | 11000 | 110000 | 1010111 | 1001000 | 101101 | 0 | 1000010 | 11011001 | 111001 | 10110 |
Color Harmonies of #183057
Complementary color
Monochromatic Colors of #183057
Black with #183057
Text Example
Text Example
White with #183057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183057; }
p { color: rgb(24,48,87); }
H1.HeaderClassName
{
color: #183057;
}
.AnyTagClassName
{
color: #183057;
}
</style>
background-color css
<style>
a { background-color: #183057; }
a { background-color: rgb(24,48,87); }
div.DivClassName
{
background-color: #183057;
}
.BgClassName
{
background-color: #183057;
}
</style>
border-color css
<style>
span { border-color: #183057; }
span { border-color: rgb(24,48,87); }
td.TdClassName
{
border-color: #183057;
}
.TagClassName
{
border-color: #183057;
}
</style>