Shades of Catalina Blue #1E3065
Tints of Catalina Blue #1E3065
RGB
CMYK
RGB Variations
Color information
#1E3065 (or 0x1E3065) is known color: Catalina Blue. HEX triplet: 1E, 30 and 65. RGB value is (30,48,101). Sum of RGB (Red+Green+Blue) = 30+48+101=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E3065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3065 is #E1CF9A. Grayscale: #303030. Windows color (decimal): -14798747 or 6631454. OLE color: 6631454.
HSL color Cylindrical-coordinate representation of color #1E3065: hue angle of 224.79º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3065 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 48 | 101 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.60 |
| HSL | 224.79º | 0.54% | 0.26% | - |
| HSV(B) | 224.79º | 0.7% | 0.4% | - |
| XYZ | 3.94 | 3.33 | 12.75 | - |
| YUV | 48.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 101 | 0.70 | 0.52 | 0 | 0.60 | 224.79 | 0.54 | 0.26 |
| Hex | 1E | 30 | 65 | 46 | 34 | 0 | 3C | E1 | 36 | 1A |
| Octal | 36 | 60 | 145 | 106 | 64 | 0 | 74 | 341 | 66 | 32 |
| Binary | 11110 | 110000 | 1100101 | 1000110 | 110100 | 0 | 111100 | 11100001 | 110110 | 11010 |
Color Harmonies of #1E3065
Complementary color
Monochromatic Colors of #1E3065
Black with #1E3065
Text Example
Text Example
White with #1E3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3065; }
p { color: rgb(30,48,101); }
H1.HeaderClassName
{
color: #1E3065;
}
.AnyTagClassName
{
color: #1E3065;
}
</style>
background-color css
<style>
a { background-color: #1E3065; }
a { background-color: rgb(30,48,101); }
div.DivClassName
{
background-color: #1E3065;
}
.BgClassName
{
background-color: #1E3065;
}
</style>
border-color css
<style>
span { border-color: #1E3065; }
span { border-color: rgb(30,48,101); }
td.TdClassName
{
border-color: #1E3065;
}
.TagClassName
{
border-color: #1E3065;
}
</style>