Shades of Catalina Blue #18315D
Tints of Catalina Blue #18315D
RGB
CMYK
RGB Variations
Color information
#18315D (or 0x18315D) is known color: Catalina Blue. HEX triplet: 18, 31 and 5D. RGB value is (24,49,93). Sum of RGB (Red+Green+Blue) = 24+49+93=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #18315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18315D is #E7CEA2. Grayscale: #2E2E2E. Windows color (decimal): -15191715 or 6107416. OLE color: 6107416.
HSL color Cylindrical-coordinate representation of color #18315D: hue angle of 218.26º 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 #18315D is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 49 | 93 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.64 |
| HSL | 218.26º | 0.59% | 0.23% | - |
| HSV(B) | 218.26º | 0.74% | 0.36% | - |
| XYZ | 3.45 | 3.18 | 10.79 | - |
| YUV | 46.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 93 | 0.74 | 0.47 | 0 | 0.64 | 218.26 | 0.59 | 0.23 |
| Hex | 18 | 31 | 5D | 4A | 2F | 0 | 40 | DA | 3B | 17 |
| Octal | 30 | 61 | 135 | 112 | 57 | 0 | 100 | 332 | 73 | 27 |
| Binary | 11000 | 110001 | 1011101 | 1001010 | 101111 | 0 | 1000000 | 11011010 | 111011 | 10111 |
Color Harmonies of #18315D
Complementary color
Monochromatic Colors of #18315D
Black with #18315D
Text Example
Text Example
White with #18315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18315D; }
p { color: rgb(24,49,93); }
H1.HeaderClassName
{
color: #18315D;
}
.AnyTagClassName
{
color: #18315D;
}
</style>
background-color css
<style>
a { background-color: #18315D; }
a { background-color: rgb(24,49,93); }
div.DivClassName
{
background-color: #18315D;
}
.BgClassName
{
background-color: #18315D;
}
</style>
border-color css
<style>
span { border-color: #18315D; }
span { border-color: rgb(24,49,93); }
td.TdClassName
{
border-color: #18315D;
}
.TagClassName
{
border-color: #18315D;
}
</style>