Shades of Catalina Blue #183357
Tints of Catalina Blue #183357
RGB
CMYK
RGB Variations
Color information
#183357 (or 0x183357) is known color: Catalina Blue. HEX triplet: 18, 33 and 57. RGB value is (24,51,87). Sum of RGB (Red+Green+Blue) = 24+51+87=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #183357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183357 is #E7CCA8. Grayscale: #2E2E2E. Windows color (decimal): -15191209 or 5714712. OLE color: 5714712.
HSL color Cylindrical-coordinate representation of color #183357: hue angle of 214.29º 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 #183357 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 51 | 87 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.66 |
| HSL | 214.29º | 0.57% | 0.22% | - |
| HSV(B) | 214.29º | 0.72% | 0.34% | - |
| XYZ | 3.28 | 3.25 | 9.47 | - |
| YUV | 47.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 87 | 0.72 | 0.41 | 0 | 0.66 | 214.29 | 0.57 | 0.22 |
| Hex | 18 | 33 | 57 | 48 | 29 | 0 | 42 | D6 | 39 | 16 |
| Octal | 30 | 63 | 127 | 110 | 51 | 0 | 102 | 326 | 71 | 26 |
| Binary | 11000 | 110011 | 1010111 | 1001000 | 101001 | 0 | 1000010 | 11010110 | 111001 | 10110 |
Color Harmonies of #183357
Complementary color
Monochromatic Colors of #183357
Black with #183357
Text Example
Text Example
White with #183357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183357; }
p { color: rgb(24,51,87); }
H1.HeaderClassName
{
color: #183357;
}
.AnyTagClassName
{
color: #183357;
}
</style>
background-color css
<style>
a { background-color: #183357; }
a { background-color: rgb(24,51,87); }
div.DivClassName
{
background-color: #183357;
}
.BgClassName
{
background-color: #183357;
}
</style>
border-color css
<style>
span { border-color: #183357; }
span { border-color: rgb(24,51,87); }
td.TdClassName
{
border-color: #183357;
}
.TagClassName
{
border-color: #183357;
}
</style>