Shades of Catalina Blue #182C57
Tints of Catalina Blue #182C57
RGB
CMYK
RGB Variations
Color information
#182C57 (or 0x182C57) is known color: Catalina Blue. HEX triplet: 18, 2C and 57. RGB value is (24,44,87). Sum of RGB (Red+Green+Blue) = 24+44+87=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #182C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C57 is #E7D3A8. Grayscale: #2A2A2A. Windows color (decimal): -15193001 or 5712920. OLE color: 5712920.
HSL color Cylindrical-coordinate representation of color #182C57: hue angle of 220.95º 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 #182C57 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 44 | 87 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.66 |
| HSL | 220.95º | 0.57% | 0.22% | - |
| HSV(B) | 220.95º | 0.72% | 0.34% | - |
| XYZ | 3 | 2.68 | 9.38 | - |
| YUV | 42.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 87 | 0.72 | 0.49 | 0 | 0.66 | 220.95 | 0.57 | 0.22 |
| Hex | 18 | 2C | 57 | 48 | 31 | 0 | 42 | DD | 39 | 16 |
| Octal | 30 | 54 | 127 | 110 | 61 | 0 | 102 | 335 | 71 | 26 |
| Binary | 11000 | 101100 | 1010111 | 1001000 | 110001 | 0 | 1000010 | 11011101 | 111001 | 10110 |
Color Harmonies of #182C57
Complementary color
Monochromatic Colors of #182C57
Black with #182C57
Text Example
Text Example
White with #182C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C57; }
p { color: rgb(24,44,87); }
H1.HeaderClassName
{
color: #182C57;
}
.AnyTagClassName
{
color: #182C57;
}
</style>
background-color css
<style>
a { background-color: #182C57; }
a { background-color: rgb(24,44,87); }
div.DivClassName
{
background-color: #182C57;
}
.BgClassName
{
background-color: #182C57;
}
</style>
border-color css
<style>
span { border-color: #182C57; }
span { border-color: rgb(24,44,87); }
td.TdClassName
{
border-color: #182C57;
}
.TagClassName
{
border-color: #182C57;
}
</style>