Shades of Catalina Blue #1E315D
Tints of Catalina Blue #1E315D
RGB
CMYK
RGB Variations
Color information
#1E315D (or 0x1E315D) is known color: Catalina Blue. HEX triplet: 1E, 31 and 5D. RGB value is (30,49,93). Sum of RGB (Red+Green+Blue) = 30+49+93=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E315D is #E1CEA2. Grayscale: #303030. Windows color (decimal): -14798499 or 6107422. OLE color: 6107422.
HSL color Cylindrical-coordinate representation of color #1E315D: hue angle of 221.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E315D is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 49 | 93 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.64 |
| HSL | 221.9º | 0.51% | 0.24% | - |
| HSV(B) | 221.9º | 0.68% | 0.36% | - |
| XYZ | 3.61 | 3.26 | 10.8 | - |
| YUV | 48.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 93 | 0.68 | 0.47 | 0 | 0.64 | 221.9 | 0.51 | 0.24 |
| Hex | 1E | 31 | 5D | 44 | 2F | 0 | 40 | DE | 33 | 18 |
| Octal | 36 | 61 | 135 | 104 | 57 | 0 | 100 | 336 | 63 | 30 |
| Binary | 11110 | 110001 | 1011101 | 1000100 | 101111 | 0 | 1000000 | 11011110 | 110011 | 11000 |
Color Harmonies of #1E315D
Complementary color
Monochromatic Colors of #1E315D
Black with #1E315D
Text Example
Text Example
White with #1E315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E315D; }
p { color: rgb(30,49,93); }
H1.HeaderClassName
{
color: #1E315D;
}
.AnyTagClassName
{
color: #1E315D;
}
</style>
background-color css
<style>
a { background-color: #1E315D; }
a { background-color: rgb(30,49,93); }
div.DivClassName
{
background-color: #1E315D;
}
.BgClassName
{
background-color: #1E315D;
}
</style>
border-color css
<style>
span { border-color: #1E315D; }
span { border-color: rgb(30,49,93); }
td.TdClassName
{
border-color: #1E315D;
}
.TagClassName
{
border-color: #1E315D;
}
</style>