Shades of Catalina Blue #183664
Tints of Catalina Blue #183664
RGB
CMYK
RGB Variations
Color information
#183664 (or 0x183664) is known color: Catalina Blue. HEX triplet: 18, 36 and 64. RGB value is (24,54,100). Sum of RGB (Red+Green+Blue) = 24+54+100=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #183664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183664 is #E7C99B. Grayscale: #323232. Windows color (decimal): -15190428 or 6567448. OLE color: 6567448.
HSL color Cylindrical-coordinate representation of color #183664: hue angle of 216.32º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183664 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 54 | 100 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.61 |
| HSL | 216.32º | 0.61% | 0.24% | - |
| HSV(B) | 216.32º | 0.76% | 0.39% | - |
| XYZ | 4 | 3.75 | 12.57 | - |
| YUV | 50.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 100 | 0.76 | 0.46 | 0 | 0.61 | 216.32 | 0.61 | 0.24 |
| Hex | 18 | 36 | 64 | 4C | 2E | 0 | 3D | D8 | 3D | 18 |
| Octal | 30 | 66 | 144 | 114 | 56 | 0 | 75 | 330 | 75 | 30 |
| Binary | 11000 | 110110 | 1100100 | 1001100 | 101110 | 0 | 111101 | 11011000 | 111101 | 11000 |
Color Harmonies of #183664
Complementary color
Monochromatic Colors of #183664
Black with #183664
Text Example
Text Example
White with #183664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183664; }
p { color: rgb(24,54,100); }
H1.HeaderClassName
{
color: #183664;
}
.AnyTagClassName
{
color: #183664;
}
</style>
background-color css
<style>
a { background-color: #183664; }
a { background-color: rgb(24,54,100); }
div.DivClassName
{
background-color: #183664;
}
.BgClassName
{
background-color: #183664;
}
</style>
border-color css
<style>
span { border-color: #183664; }
span { border-color: rgb(24,54,100); }
td.TdClassName
{
border-color: #183664;
}
.TagClassName
{
border-color: #183664;
}
</style>