Shades of Catalina Blue #1E4172
Tints of Catalina Blue #1E4172
RGB
CMYK
RGB Variations
Color information
#1E4172 (or 0x1E4172) is known color: Catalina Blue. HEX triplet: 1E, 41 and 72. RGB value is (30,65,114). Sum of RGB (Red+Green+Blue) = 30+65+114=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4172 is #E1BE8D. Grayscale: #3B3B3B. Windows color (decimal): -14794382 or 7487774. OLE color: 7487774.
HSL color Cylindrical-coordinate representation of color #1E4172: hue angle of 215º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4172 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 65 | 114 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.55 |
| HSL | 215º | 0.58% | 0.28% | - |
| HSV(B) | 215º | 0.74% | 0.45% | - |
| XYZ | 5.46 | 5.27 | 16.65 | - |
| YUV | 60.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 114 | 0.74 | 0.43 | 0 | 0.55 | 215 | 0.58 | 0.28 |
| Hex | 1E | 41 | 72 | 4A | 2B | 0 | 37 | D7 | 3A | 1C |
| Octal | 36 | 101 | 162 | 112 | 53 | 0 | 67 | 327 | 72 | 34 |
| Binary | 11110 | 1000001 | 1110010 | 1001010 | 101011 | 0 | 110111 | 11010111 | 111010 | 11100 |
Color Harmonies of #1E4172
Complementary color
Monochromatic Colors of #1E4172
Black with #1E4172
Text Example
Text Example
White with #1E4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4172; }
p { color: rgb(30,65,114); }
H1.HeaderClassName
{
color: #1E4172;
}
.AnyTagClassName
{
color: #1E4172;
}
</style>
background-color css
<style>
a { background-color: #1E4172; }
a { background-color: rgb(30,65,114); }
div.DivClassName
{
background-color: #1E4172;
}
.BgClassName
{
background-color: #1E4172;
}
</style>
border-color css
<style>
span { border-color: #1E4172; }
span { border-color: rgb(30,65,114); }
td.TdClassName
{
border-color: #1E4172;
}
.TagClassName
{
border-color: #1E4172;
}
</style>