Shades of Catalina Blue #18345C
Tints of Catalina Blue #18345C
RGB
CMYK
RGB Variations
Color information
#18345C (or 0x18345C) is known color: Catalina Blue. HEX triplet: 18, 34 and 5C. RGB value is (24,52,92). Sum of RGB (Red+Green+Blue) = 24+52+92=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #18345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18345C is #E7CBA3. Grayscale: #2F2F2F. Windows color (decimal): -15190948 or 6042648. OLE color: 6042648.
HSL color Cylindrical-coordinate representation of color #18345C: hue angle of 215.29º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18345C is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 52 | 92 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.64 |
| HSL | 215.29º | 0.59% | 0.23% | - |
| HSV(B) | 215.29º | 0.74% | 0.36% | - |
| XYZ | 3.54 | 3.42 | 10.6 | - |
| YUV | 48.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 92 | 0.74 | 0.43 | 0 | 0.64 | 215.29 | 0.59 | 0.23 |
| Hex | 18 | 34 | 5C | 4A | 2B | 0 | 40 | D7 | 3B | 17 |
| Octal | 30 | 64 | 134 | 112 | 53 | 0 | 100 | 327 | 73 | 27 |
| Binary | 11000 | 110100 | 1011100 | 1001010 | 101011 | 0 | 1000000 | 11010111 | 111011 | 10111 |
Color Harmonies of #18345C
Complementary color
Monochromatic Colors of #18345C
Black with #18345C
Text Example
Text Example
White with #18345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18345C; }
p { color: rgb(24,52,92); }
H1.HeaderClassName
{
color: #18345C;
}
.AnyTagClassName
{
color: #18345C;
}
</style>
background-color css
<style>
a { background-color: #18345C; }
a { background-color: rgb(24,52,92); }
div.DivClassName
{
background-color: #18345C;
}
.BgClassName
{
background-color: #18345C;
}
</style>
border-color css
<style>
span { border-color: #18345C; }
span { border-color: rgb(24,52,92); }
td.TdClassName
{
border-color: #18345C;
}
.TagClassName
{
border-color: #18345C;
}
</style>