Shades of Catalina Blue #183A68
Tints of Catalina Blue #183A68
RGB
CMYK
RGB Variations
Color information
#183A68 (or 0x183A68) is known color: Catalina Blue. HEX triplet: 18, 3A and 68. RGB value is (24,58,104). Sum of RGB (Red+Green+Blue) = 24+58+104=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #183A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A68 is #E7C597. Grayscale: #343434. Windows color (decimal): -15189400 or 6830616. OLE color: 6830616.
HSL color Cylindrical-coordinate representation of color #183A68: hue angle of 214.5º 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 #183A68 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 58 | 104 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.59 |
| HSL | 214.5º | 0.63% | 0.25% | - |
| HSV(B) | 214.5º | 0.77% | 0.41% | - |
| XYZ | 4.39 | 4.22 | 13.68 | - |
| YUV | 53.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 104 | 0.77 | 0.44 | 0 | 0.59 | 214.5 | 0.63 | 0.25 |
| Hex | 18 | 3A | 68 | 4D | 2C | 0 | 3B | D6 | 3E | 19 |
| Octal | 30 | 72 | 150 | 115 | 54 | 0 | 73 | 326 | 76 | 31 |
| Binary | 11000 | 111010 | 1101000 | 1001101 | 101100 | 0 | 111011 | 11010110 | 111110 | 11001 |
Color Harmonies of #183A68
Complementary color
Monochromatic Colors of #183A68
Black with #183A68
Text Example
Text Example
White with #183A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A68; }
p { color: rgb(24,58,104); }
H1.HeaderClassName
{
color: #183A68;
}
.AnyTagClassName
{
color: #183A68;
}
</style>
background-color css
<style>
a { background-color: #183A68; }
a { background-color: rgb(24,58,104); }
div.DivClassName
{
background-color: #183A68;
}
.BgClassName
{
background-color: #183A68;
}
</style>
border-color css
<style>
span { border-color: #183A68; }
span { border-color: rgb(24,58,104); }
td.TdClassName
{
border-color: #183A68;
}
.TagClassName
{
border-color: #183A68;
}
</style>