Shades of Catalina Blue #1E3663
Tints of Catalina Blue #1E3663
RGB
CMYK
RGB Variations
Color information
#1E3663 (or 0x1E3663) is known color: Catalina Blue. HEX triplet: 1E, 36 and 63. RGB value is (30,54,99). Sum of RGB (Red+Green+Blue) = 30+54+99=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E3663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3663 is #E1C99C. Grayscale: #333333. Windows color (decimal): -14797213 or 6501918. OLE color: 6501918.
HSL color Cylindrical-coordinate representation of color #1E3663: hue angle of 219.13º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3663 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 54 | 99 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.61 |
| HSL | 219.13º | 0.53% | 0.25% | - |
| HSV(B) | 219.13º | 0.7% | 0.39% | - |
| XYZ | 4.11 | 3.82 | 12.32 | - |
| YUV | 51.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 99 | 0.70 | 0.45 | 0 | 0.61 | 219.13 | 0.53 | 0.25 |
| Hex | 1E | 36 | 63 | 46 | 2D | 0 | 3D | DB | 35 | 19 |
| Octal | 36 | 66 | 143 | 106 | 55 | 0 | 75 | 333 | 65 | 31 |
| Binary | 11110 | 110110 | 1100011 | 1000110 | 101101 | 0 | 111101 | 11011011 | 110101 | 11001 |
Color Harmonies of #1E3663
Complementary color
Monochromatic Colors of #1E3663
Black with #1E3663
Text Example
Text Example
White with #1E3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3663; }
p { color: rgb(30,54,99); }
H1.HeaderClassName
{
color: #1E3663;
}
.AnyTagClassName
{
color: #1E3663;
}
</style>
background-color css
<style>
a { background-color: #1E3663; }
a { background-color: rgb(30,54,99); }
div.DivClassName
{
background-color: #1E3663;
}
.BgClassName
{
background-color: #1E3663;
}
</style>
border-color css
<style>
span { border-color: #1E3663; }
span { border-color: rgb(30,54,99); }
td.TdClassName
{
border-color: #1E3663;
}
.TagClassName
{
border-color: #1E3663;
}
</style>