Shades of Catalina Blue #1E3269
Tints of Catalina Blue #1E3269
RGB
CMYK
RGB Variations
Color information
#1E3269 (or 0x1E3269) is known color: Catalina Blue. HEX triplet: 1E, 32 and 69. RGB value is (30,50,105). Sum of RGB (Red+Green+Blue) = 30+50+105=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E3269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3269 is #E1CD96. Grayscale: #323232. Windows color (decimal): -14798231 or 6894110. OLE color: 6894110.
HSL color Cylindrical-coordinate representation of color #1E3269: hue angle of 224º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3269 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 50 | 105 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.59 |
| HSL | 224º | 0.56% | 0.26% | - |
| HSV(B) | 224º | 0.71% | 0.41% | - |
| XYZ | 4.23 | 3.58 | 13.83 | - |
| YUV | 50.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 105 | 0.71 | 0.52 | 0 | 0.59 | 224 | 0.56 | 0.26 |
| Hex | 1E | 32 | 69 | 47 | 34 | 0 | 3B | E0 | 38 | 1A |
| Octal | 36 | 62 | 151 | 107 | 64 | 0 | 73 | 340 | 70 | 32 |
| Binary | 11110 | 110010 | 1101001 | 1000111 | 110100 | 0 | 111011 | 11100000 | 111000 | 11010 |
Color Harmonies of #1E3269
Complementary color
Monochromatic Colors of #1E3269
Black with #1E3269
Text Example
Text Example
White with #1E3269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3269; }
p { color: rgb(30,50,105); }
H1.HeaderClassName
{
color: #1E3269;
}
.AnyTagClassName
{
color: #1E3269;
}
</style>
background-color css
<style>
a { background-color: #1E3269; }
a { background-color: rgb(30,50,105); }
div.DivClassName
{
background-color: #1E3269;
}
.BgClassName
{
background-color: #1E3269;
}
</style>
border-color css
<style>
span { border-color: #1E3269; }
span { border-color: rgb(30,50,105); }
td.TdClassName
{
border-color: #1E3269;
}
.TagClassName
{
border-color: #1E3269;
}
</style>