Shades of Catalina Blue #1E3062
Tints of Catalina Blue #1E3062
RGB
CMYK
RGB Variations
Color information
#1E3062 (or 0x1E3062) is known color: Catalina Blue. HEX triplet: 1E, 30 and 62. RGB value is (30,48,98). Sum of RGB (Red+Green+Blue) = 30+48+98=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3062 is #E1CF9D. Grayscale: #303030. Windows color (decimal): -14798750 or 6434846. OLE color: 6434846.
HSL color Cylindrical-coordinate representation of color #1E3062: hue angle of 224.12º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3062 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 48 | 98 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.62 |
| HSL | 224.12º | 0.53% | 0.25% | - |
| HSV(B) | 224.12º | 0.69% | 0.38% | - |
| XYZ | 3.8 | 3.27 | 11.99 | - |
| YUV | 48.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 98 | 0.69 | 0.51 | 0 | 0.62 | 224.12 | 0.53 | 0.25 |
| Hex | 1E | 30 | 62 | 45 | 33 | 0 | 3E | E0 | 35 | 19 |
| Octal | 36 | 60 | 142 | 105 | 63 | 0 | 76 | 340 | 65 | 31 |
| Binary | 11110 | 110000 | 1100010 | 1000101 | 110011 | 0 | 111110 | 11100000 | 110101 | 11001 |
Color Harmonies of #1E3062
Complementary color
Monochromatic Colors of #1E3062
Black with #1E3062
Text Example
Text Example
White with #1E3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3062; }
p { color: rgb(30,48,98); }
H1.HeaderClassName
{
color: #1E3062;
}
.AnyTagClassName
{
color: #1E3062;
}
</style>
background-color css
<style>
a { background-color: #1E3062; }
a { background-color: rgb(30,48,98); }
div.DivClassName
{
background-color: #1E3062;
}
.BgClassName
{
background-color: #1E3062;
}
</style>
border-color css
<style>
span { border-color: #1E3062; }
span { border-color: rgb(30,48,98); }
td.TdClassName
{
border-color: #1E3062;
}
.TagClassName
{
border-color: #1E3062;
}
</style>