Shades of Catalina Blue #1E3968
Tints of Catalina Blue #1E3968
RGB
CMYK
RGB Variations
Color information
#1E3968 (or 0x1E3968) is known color: Catalina Blue. HEX triplet: 1E, 39 and 68. RGB value is (30,57,104). Sum of RGB (Red+Green+Blue) = 30+57+104=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E3968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3968 is #E1C697. Grayscale: #363636. Windows color (decimal): -14796440 or 6830366. OLE color: 6830366.
HSL color Cylindrical-coordinate representation of color #1E3968: hue angle of 218.11º degrees, saturation: 0.55, 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 #1E3968 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 57 | 104 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.59 |
| HSL | 218.11º | 0.55% | 0.26% | - |
| HSV(B) | 218.11º | 0.71% | 0.41% | - |
| XYZ | 4.5 | 4.2 | 13.67 | - |
| YUV | 54.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 104 | 0.71 | 0.45 | 0 | 0.59 | 218.11 | 0.55 | 0.26 |
| Hex | 1E | 39 | 68 | 47 | 2D | 0 | 3B | DA | 37 | 1A |
| Octal | 36 | 71 | 150 | 107 | 55 | 0 | 73 | 332 | 67 | 32 |
| Binary | 11110 | 111001 | 1101000 | 1000111 | 101101 | 0 | 111011 | 11011010 | 110111 | 11010 |
Color Harmonies of #1E3968
Complementary color
Monochromatic Colors of #1E3968
Black with #1E3968
Text Example
Text Example
White with #1E3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3968; }
p { color: rgb(30,57,104); }
H1.HeaderClassName
{
color: #1E3968;
}
.AnyTagClassName
{
color: #1E3968;
}
</style>
background-color css
<style>
a { background-color: #1E3968; }
a { background-color: rgb(30,57,104); }
div.DivClassName
{
background-color: #1E3968;
}
.BgClassName
{
background-color: #1E3968;
}
</style>
border-color css
<style>
span { border-color: #1E3968; }
span { border-color: rgb(30,57,104); }
td.TdClassName
{
border-color: #1E3968;
}
.TagClassName
{
border-color: #1E3968;
}
</style>