Shades of Catalina Blue #183668
Tints of Catalina Blue #183668
RGB
CMYK
RGB Variations
Color information
#183668 (or 0x183668) is known color: Catalina Blue. HEX triplet: 18, 36 and 68. RGB value is (24,54,104). Sum of RGB (Red+Green+Blue) = 24+54+104=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #183668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183668 is #E7C997. Grayscale: #323232. Windows color (decimal): -15190424 or 6829592. OLE color: 6829592.
HSL color Cylindrical-coordinate representation of color #183668: hue angle of 217.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 #183668 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 54 | 104 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.59 |
| HSL | 217.5º | 0.63% | 0.25% | - |
| HSV(B) | 217.5º | 0.77% | 0.41% | - |
| XYZ | 4.19 | 3.83 | 13.62 | - |
| YUV | 50.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 104 | 0.77 | 0.48 | 0 | 0.59 | 217.5 | 0.63 | 0.25 |
| Hex | 18 | 36 | 68 | 4D | 30 | 0 | 3B | DA | 3E | 19 |
| Octal | 30 | 66 | 150 | 115 | 60 | 0 | 73 | 332 | 76 | 31 |
| Binary | 11000 | 110110 | 1101000 | 1001101 | 110000 | 0 | 111011 | 11011010 | 111110 | 11001 |
Color Harmonies of #183668
Complementary color
Monochromatic Colors of #183668
Black with #183668
Text Example
Text Example
White with #183668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183668; }
p { color: rgb(24,54,104); }
H1.HeaderClassName
{
color: #183668;
}
.AnyTagClassName
{
color: #183668;
}
</style>
background-color css
<style>
a { background-color: #183668; }
a { background-color: rgb(24,54,104); }
div.DivClassName
{
background-color: #183668;
}
.BgClassName
{
background-color: #183668;
}
</style>
border-color css
<style>
span { border-color: #183668; }
span { border-color: rgb(24,54,104); }
td.TdClassName
{
border-color: #183668;
}
.TagClassName
{
border-color: #183668;
}
</style>