Shades of Catalina Blue #183261
Tints of Catalina Blue #183261
RGB
CMYK
RGB Variations
Color information
#183261 (or 0x183261) is known color: Catalina Blue. HEX triplet: 18, 32 and 61. RGB value is (24,50,97). Sum of RGB (Red+Green+Blue) = 24+50+97=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #183261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183261 is #E7CD9E. Grayscale: #2F2F2F. Windows color (decimal): -15191455 or 6369816. OLE color: 6369816.
HSL color Cylindrical-coordinate representation of color #183261: hue angle of 218.63º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183261 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 50 | 97 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.62 |
| HSL | 218.63º | 0.6% | 0.24% | - |
| HSV(B) | 218.63º | 0.75% | 0.38% | - |
| XYZ | 3.67 | 3.34 | 11.76 | - |
| YUV | 47.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 97 | 0.75 | 0.48 | 0 | 0.62 | 218.63 | 0.6 | 0.24 |
| Hex | 18 | 32 | 61 | 4B | 30 | 0 | 3E | DB | 3C | 18 |
| Octal | 30 | 62 | 141 | 113 | 60 | 0 | 76 | 333 | 74 | 30 |
| Binary | 11000 | 110010 | 1100001 | 1001011 | 110000 | 0 | 111110 | 11011011 | 111100 | 11000 |
Color Harmonies of #183261
Complementary color
Monochromatic Colors of #183261
Black with #183261
Text Example
Text Example
White with #183261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183261; }
p { color: rgb(24,50,97); }
H1.HeaderClassName
{
color: #183261;
}
.AnyTagClassName
{
color: #183261;
}
</style>
background-color css
<style>
a { background-color: #183261; }
a { background-color: rgb(24,50,97); }
div.DivClassName
{
background-color: #183261;
}
.BgClassName
{
background-color: #183261;
}
</style>
border-color css
<style>
span { border-color: #183261; }
span { border-color: rgb(24,50,97); }
td.TdClassName
{
border-color: #183261;
}
.TagClassName
{
border-color: #183261;
}
</style>