Shades of Catalina Blue #1E3B63
Tints of Catalina Blue #1E3B63
RGB
CMYK
RGB Variations
Color information
#1E3B63 (or 0x1E3B63) is known color: Catalina Blue. HEX triplet: 1E, 3B and 63. RGB value is (30,59,99). Sum of RGB (Red+Green+Blue) = 30+59+99=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E3B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3B63 is #E1C49C. Grayscale: #363636. Windows color (decimal): -14795933 or 6503198. OLE color: 6503198.
HSL color Cylindrical-coordinate representation of color #1E3B63: hue angle of 214.78º 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 #1E3B63 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 59 | 99 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.61 |
| HSL | 214.78º | 0.53% | 0.25% | - |
| HSV(B) | 214.78º | 0.7% | 0.39% | - |
| XYZ | 4.35 | 4.3 | 12.41 | - |
| YUV | 54.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 99 | 0.70 | 0.40 | 0 | 0.61 | 214.78 | 0.53 | 0.25 |
| Hex | 1E | 3B | 63 | 46 | 28 | 0 | 3D | D7 | 35 | 19 |
| Octal | 36 | 73 | 143 | 106 | 50 | 0 | 75 | 327 | 65 | 31 |
| Binary | 11110 | 111011 | 1100011 | 1000110 | 101000 | 0 | 111101 | 11010111 | 110101 | 11001 |
Color Harmonies of #1E3B63
Complementary color
Monochromatic Colors of #1E3B63
Black with #1E3B63
Text Example
Text Example
White with #1E3B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B63; }
p { color: rgb(30,59,99); }
H1.HeaderClassName
{
color: #1E3B63;
}
.AnyTagClassName
{
color: #1E3B63;
}
</style>
background-color css
<style>
a { background-color: #1E3B63; }
a { background-color: rgb(30,59,99); }
div.DivClassName
{
background-color: #1E3B63;
}
.BgClassName
{
background-color: #1E3B63;
}
</style>
border-color css
<style>
span { border-color: #1E3B63; }
span { border-color: rgb(30,59,99); }
td.TdClassName
{
border-color: #1E3B63;
}
.TagClassName
{
border-color: #1E3B63;
}
</style>