Shades of Catalina Blue #1E3163
Tints of Catalina Blue #1E3163
RGB
CMYK
RGB Variations
Color information
#1E3163 (or 0x1E3163) is known color: Catalina Blue. HEX triplet: 1E, 31 and 63. RGB value is (30,49,99). Sum of RGB (Red+Green+Blue) = 30+49+99=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3163 is #E1CE9C. Grayscale: #303030. Windows color (decimal): -14798493 or 6500638. OLE color: 6500638.
HSL color Cylindrical-coordinate representation of color #1E3163: hue angle of 223.48º 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 #1E3163 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 49 | 99 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.61 |
| HSL | 223.48º | 0.53% | 0.25% | - |
| HSV(B) | 223.48º | 0.7% | 0.39% | - |
| XYZ | 3.89 | 3.37 | 12.25 | - |
| YUV | 49.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 99 | 0.70 | 0.51 | 0 | 0.61 | 223.48 | 0.53 | 0.25 |
| Hex | 1E | 31 | 63 | 46 | 33 | 0 | 3D | DF | 35 | 19 |
| Octal | 36 | 61 | 143 | 106 | 63 | 0 | 75 | 337 | 65 | 31 |
| Binary | 11110 | 110001 | 1100011 | 1000110 | 110011 | 0 | 111101 | 11011111 | 110101 | 11001 |
Color Harmonies of #1E3163
Complementary color
Monochromatic Colors of #1E3163
Black with #1E3163
Text Example
Text Example
White with #1E3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3163; }
p { color: rgb(30,49,99); }
H1.HeaderClassName
{
color: #1E3163;
}
.AnyTagClassName
{
color: #1E3163;
}
</style>
background-color css
<style>
a { background-color: #1E3163; }
a { background-color: rgb(30,49,99); }
div.DivClassName
{
background-color: #1E3163;
}
.BgClassName
{
background-color: #1E3163;
}
</style>
border-color css
<style>
span { border-color: #1E3163; }
span { border-color: rgb(30,49,99); }
td.TdClassName
{
border-color: #1E3163;
}
.TagClassName
{
border-color: #1E3163;
}
</style>