Shades of Catalina Blue #183255
Tints of Catalina Blue #183255
RGB
CMYK
RGB Variations
Color information
#183255 (or 0x183255) is known color: Catalina Blue. HEX triplet: 18, 32 and 55. RGB value is (24,50,85). Sum of RGB (Red+Green+Blue) = 24+50+85=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #183255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183255 is #E7CDAA. Grayscale: #2E2E2E. Windows color (decimal): -15191467 or 5583384. OLE color: 5583384.
HSL color Cylindrical-coordinate representation of color #183255: hue angle of 214.43º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183255 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 50 | 85 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.67 |
| HSL | 214.43º | 0.56% | 0.21% | - |
| HSV(B) | 214.43º | 0.72% | 0.33% | - |
| XYZ | 3.16 | 3.13 | 9.03 | - |
| YUV | 46.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 85 | 0.72 | 0.41 | 0 | 0.67 | 214.43 | 0.56 | 0.21 |
| Hex | 18 | 32 | 55 | 48 | 29 | 0 | 43 | D6 | 38 | 15 |
| Octal | 30 | 62 | 125 | 110 | 51 | 0 | 103 | 326 | 70 | 25 |
| Binary | 11000 | 110010 | 1010101 | 1001000 | 101001 | 0 | 1000011 | 11010110 | 111000 | 10101 |
Color Harmonies of #183255
Complementary color
Monochromatic Colors of #183255
Black with #183255
Text Example
Text Example
White with #183255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183255; }
p { color: rgb(24,50,85); }
H1.HeaderClassName
{
color: #183255;
}
.AnyTagClassName
{
color: #183255;
}
</style>
background-color css
<style>
a { background-color: #183255; }
a { background-color: rgb(24,50,85); }
div.DivClassName
{
background-color: #183255;
}
.BgClassName
{
background-color: #183255;
}
</style>
border-color css
<style>
span { border-color: #183255; }
span { border-color: rgb(24,50,85); }
td.TdClassName
{
border-color: #183255;
}
.TagClassName
{
border-color: #183255;
}
</style>