Shades of Catalina Blue #1E2F59
Tints of Catalina Blue #1E2F59
RGB
CMYK
RGB Variations
Color information
#1E2F59 (or 0x1E2F59) is known color: Catalina Blue. HEX triplet: 1E, 2F and 59. RGB value is (30,47,89). Sum of RGB (Red+Green+Blue) = 30+47+89=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E2F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2F59 is #E1D0A6. Grayscale: #2E2E2E. Windows color (decimal): -14799015 or 5844766. OLE color: 5844766.
HSL color Cylindrical-coordinate representation of color #1E2F59: hue angle of 222.71º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E2F59 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 47 | 89 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.65 |
| HSL | 222.71º | 0.5% | 0.23% | - |
| HSV(B) | 222.71º | 0.66% | 0.35% | - |
| XYZ | 3.36 | 3.03 | 9.86 | - |
| YUV | 46.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 89 | 0.66 | 0.47 | 0 | 0.65 | 222.71 | 0.5 | 0.23 |
| Hex | 1E | 2F | 59 | 42 | 2F | 0 | 41 | DF | 32 | 17 |
| Octal | 36 | 57 | 131 | 102 | 57 | 0 | 101 | 337 | 62 | 27 |
| Binary | 11110 | 101111 | 1011001 | 1000010 | 101111 | 0 | 1000001 | 11011111 | 110010 | 10111 |
Color Harmonies of #1E2F59
Complementary color
Monochromatic Colors of #1E2F59
Black with #1E2F59
Text Example
Text Example
White with #1E2F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F59; }
p { color: rgb(30,47,89); }
H1.HeaderClassName
{
color: #1E2F59;
}
.AnyTagClassName
{
color: #1E2F59;
}
</style>
background-color css
<style>
a { background-color: #1E2F59; }
a { background-color: rgb(30,47,89); }
div.DivClassName
{
background-color: #1E2F59;
}
.BgClassName
{
background-color: #1E2F59;
}
</style>
border-color css
<style>
span { border-color: #1E2F59; }
span { border-color: rgb(30,47,89); }
td.TdClassName
{
border-color: #1E2F59;
}
.TagClassName
{
border-color: #1E2F59;
}
</style>