Shades of Catalina Blue #1E3866
Tints of Catalina Blue #1E3866
RGB
CMYK
RGB Variations
Color information
#1E3866 (or 0x1E3866) is known color: Catalina Blue. HEX triplet: 1E, 38 and 66. RGB value is (30,56,102). Sum of RGB (Red+Green+Blue) = 30+56+102=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E3866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3866 is #E1C799. Grayscale: #353535. Windows color (decimal): -14796698 or 6699038. OLE color: 6699038.
HSL color Cylindrical-coordinate representation of color #1E3866: hue angle of 218.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3866 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 56 | 102 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.6 |
| HSL | 218.33º | 0.55% | 0.26% | - |
| HSV(B) | 218.33º | 0.71% | 0.4% | - |
| XYZ | 4.35 | 4.06 | 13.13 | - |
| YUV | 53.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 102 | 0.71 | 0.45 | 0 | 0.6 | 218.33 | 0.55 | 0.26 |
| Hex | 1E | 38 | 66 | 47 | 2D | 0 | 3C | DA | 37 | 1A |
| Octal | 36 | 70 | 146 | 107 | 55 | 0 | 74 | 332 | 67 | 32 |
| Binary | 11110 | 111000 | 1100110 | 1000111 | 101101 | 0 | 111100 | 11011010 | 110111 | 11010 |
Color Harmonies of #1E3866
Complementary color
Monochromatic Colors of #1E3866
Black with #1E3866
Text Example
Text Example
White with #1E3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3866; }
p { color: rgb(30,56,102); }
H1.HeaderClassName
{
color: #1E3866;
}
.AnyTagClassName
{
color: #1E3866;
}
</style>
background-color css
<style>
a { background-color: #1E3866; }
a { background-color: rgb(30,56,102); }
div.DivClassName
{
background-color: #1E3866;
}
.BgClassName
{
background-color: #1E3866;
}
</style>
border-color css
<style>
span { border-color: #1E3866; }
span { border-color: rgb(30,56,102); }
td.TdClassName
{
border-color: #1E3866;
}
.TagClassName
{
border-color: #1E3866;
}
</style>