Shades of Catalina Blue #183B68
Tints of Catalina Blue #183B68
RGB
CMYK
RGB Variations
Color information
#183B68 (or 0x183B68) is known color: Catalina Blue. HEX triplet: 18, 3B and 68. RGB value is (24,59,104). Sum of RGB (Red+Green+Blue) = 24+59+104=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #183B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B68 is #E7C497. Grayscale: #353535. Windows color (decimal): -15189144 or 6830872. OLE color: 6830872.
HSL color Cylindrical-coordinate representation of color #183B68: hue angle of 213.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183B68 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 59 | 104 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.59 |
| HSL | 213.75º | 0.63% | 0.25% | - |
| HSV(B) | 213.75º | 0.77% | 0.41% | - |
| XYZ | 4.44 | 4.32 | 13.7 | - |
| YUV | 53.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 104 | 0.77 | 0.43 | 0 | 0.59 | 213.75 | 0.63 | 0.25 |
| Hex | 18 | 3B | 68 | 4D | 2B | 0 | 3B | D6 | 3E | 19 |
| Octal | 30 | 73 | 150 | 115 | 53 | 0 | 73 | 326 | 76 | 31 |
| Binary | 11000 | 111011 | 1101000 | 1001101 | 101011 | 0 | 111011 | 11010110 | 111110 | 11001 |
Color Harmonies of #183B68
Complementary color
Monochromatic Colors of #183B68
Black with #183B68
Text Example
Text Example
White with #183B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B68; }
p { color: rgb(24,59,104); }
H1.HeaderClassName
{
color: #183B68;
}
.AnyTagClassName
{
color: #183B68;
}
</style>
background-color css
<style>
a { background-color: #183B68; }
a { background-color: rgb(24,59,104); }
div.DivClassName
{
background-color: #183B68;
}
.BgClassName
{
background-color: #183B68;
}
</style>
border-color css
<style>
span { border-color: #183B68; }
span { border-color: rgb(24,59,104); }
td.TdClassName
{
border-color: #183B68;
}
.TagClassName
{
border-color: #183B68;
}
</style>