Shades of Catalina Blue #18396E
Tints of Catalina Blue #18396E
RGB
CMYK
RGB Variations
Color information
#18396E (or 0x18396E) is known color: Catalina Blue. HEX triplet: 18, 39 and 6E. RGB value is (24,57,110). Sum of RGB (Red+Green+Blue) = 24+57+110=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #18396E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18396E is #E7C691. Grayscale: #343434. Windows color (decimal): -15189650 or 7223576. OLE color: 7223576.
HSL color Cylindrical-coordinate representation of color #18396E: hue angle of 216.98º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18396E is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 57 | 110 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.57 |
| HSL | 216.98º | 0.64% | 0.26% | - |
| HSV(B) | 216.98º | 0.78% | 0.43% | - |
| XYZ | 4.65 | 4.25 | 15.33 | - |
| YUV | 53.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 110 | 0.78 | 0.48 | 0 | 0.57 | 216.98 | 0.64 | 0.26 |
| Hex | 18 | 39 | 6E | 4E | 30 | 0 | 39 | D9 | 40 | 1A |
| Octal | 30 | 71 | 156 | 116 | 60 | 0 | 71 | 331 | 100 | 32 |
| Binary | 11000 | 111001 | 1101110 | 1001110 | 110000 | 0 | 111001 | 11011001 | 1000000 | 11010 |
Color Harmonies of #18396E
Complementary color
Monochromatic Colors of #18396E
Black with #18396E
Text Example
Text Example
White with #18396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18396E; }
p { color: rgb(24,57,110); }
H1.HeaderClassName
{
color: #18396E;
}
.AnyTagClassName
{
color: #18396E;
}
</style>
background-color css
<style>
a { background-color: #18396E; }
a { background-color: rgb(24,57,110); }
div.DivClassName
{
background-color: #18396E;
}
.BgClassName
{
background-color: #18396E;
}
</style>
border-color css
<style>
span { border-color: #18396E; }
span { border-color: rgb(24,57,110); }
td.TdClassName
{
border-color: #18396E;
}
.TagClassName
{
border-color: #18396E;
}
</style>