Shades of Catalina Blue #1E3F72
Tints of Catalina Blue #1E3F72
RGB
CMYK
RGB Variations
Color information
#1E3F72 (or 0x1E3F72) is known color: Catalina Blue. HEX triplet: 1E, 3F and 72. RGB value is (30,63,114). Sum of RGB (Red+Green+Blue) = 30+63+114=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E3F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F72 is #E1C08D. Grayscale: #3A3A3A. Windows color (decimal): -14794894 or 7487262. OLE color: 7487262.
HSL color Cylindrical-coordinate representation of color #1E3F72: hue angle of 216.43º 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 #1E3F72 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 63 | 114 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.55 |
| HSL | 216.43º | 0.58% | 0.28% | - |
| HSV(B) | 216.43º | 0.74% | 0.45% | - |
| XYZ | 5.35 | 5.05 | 16.61 | - |
| YUV | 58.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 114 | 0.74 | 0.45 | 0 | 0.55 | 216.43 | 0.58 | 0.28 |
| Hex | 1E | 3F | 72 | 4A | 2D | 0 | 37 | D8 | 3A | 1C |
| Octal | 36 | 77 | 162 | 112 | 55 | 0 | 67 | 330 | 72 | 34 |
| Binary | 11110 | 111111 | 1110010 | 1001010 | 101101 | 0 | 110111 | 11011000 | 111010 | 11100 |
Color Harmonies of #1E3F72
Complementary color
Monochromatic Colors of #1E3F72
Black with #1E3F72
Text Example
Text Example
White with #1E3F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F72; }
p { color: rgb(30,63,114); }
H1.HeaderClassName
{
color: #1E3F72;
}
.AnyTagClassName
{
color: #1E3F72;
}
</style>
background-color css
<style>
a { background-color: #1E3F72; }
a { background-color: rgb(30,63,114); }
div.DivClassName
{
background-color: #1E3F72;
}
.BgClassName
{
background-color: #1E3F72;
}
</style>
border-color css
<style>
span { border-color: #1E3F72; }
span { border-color: rgb(30,63,114); }
td.TdClassName
{
border-color: #1E3F72;
}
.TagClassName
{
border-color: #1E3F72;
}
</style>