Shades of Catalina Blue #1E2F60
Tints of Catalina Blue #1E2F60
RGB
CMYK
RGB Variations
Color information
#1E2F60 (or 0x1E2F60) is known color: Catalina Blue. HEX triplet: 1E, 2F and 60. RGB value is (30,47,96). Sum of RGB (Red+Green+Blue) = 30+47+96=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2F60 is #E1D09F. Grayscale: #2F2F2F. Windows color (decimal): -14799008 or 6303518. OLE color: 6303518.
HSL color Cylindrical-coordinate representation of color #1E2F60: hue angle of 224.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E2F60 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 47 | 96 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.62 |
| HSL | 224.55º | 0.52% | 0.25% | - |
| HSV(B) | 224.55º | 0.69% | 0.38% | - |
| XYZ | 3.66 | 3.15 | 11.48 | - |
| YUV | 47.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 96 | 0.69 | 0.51 | 0 | 0.62 | 224.55 | 0.52 | 0.25 |
| Hex | 1E | 2F | 60 | 45 | 33 | 0 | 3E | E1 | 34 | 19 |
| Octal | 36 | 57 | 140 | 105 | 63 | 0 | 76 | 341 | 64 | 31 |
| Binary | 11110 | 101111 | 1100000 | 1000101 | 110011 | 0 | 111110 | 11100001 | 110100 | 11001 |
Color Harmonies of #1E2F60
Complementary color
Monochromatic Colors of #1E2F60
Black with #1E2F60
Text Example
Text Example
White with #1E2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F60; }
p { color: rgb(30,47,96); }
H1.HeaderClassName
{
color: #1E2F60;
}
.AnyTagClassName
{
color: #1E2F60;
}
</style>
background-color css
<style>
a { background-color: #1E2F60; }
a { background-color: rgb(30,47,96); }
div.DivClassName
{
background-color: #1E2F60;
}
.BgClassName
{
background-color: #1E2F60;
}
</style>
border-color css
<style>
span { border-color: #1E2F60; }
span { border-color: rgb(30,47,96); }
td.TdClassName
{
border-color: #1E2F60;
}
.TagClassName
{
border-color: #1E2F60;
}
</style>