Shades of Catalina Blue #1E386D
Tints of Catalina Blue #1E386D
RGB
CMYK
RGB Variations
Color information
#1E386D (or 0x1E386D) is known color: Catalina Blue. HEX triplet: 1E, 38 and 6D. RGB value is (30,56,109). Sum of RGB (Red+Green+Blue) = 30+56+109=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E386D is #E1C792. Grayscale: #363636. Windows color (decimal): -14796691 or 7157790. OLE color: 7157790.
HSL color Cylindrical-coordinate representation of color #1E386D: hue angle of 220.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E386D is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 56 | 109 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.57 |
| HSL | 220.25º | 0.57% | 0.27% | - |
| HSV(B) | 220.25º | 0.72% | 0.43% | - |
| XYZ | 4.71 | 4.21 | 15.03 | - |
| YUV | 54.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 109 | 0.72 | 0.49 | 0 | 0.57 | 220.25 | 0.57 | 0.27 |
| Hex | 1E | 38 | 6D | 48 | 31 | 0 | 39 | DC | 39 | 1B |
| Octal | 36 | 70 | 155 | 110 | 61 | 0 | 71 | 334 | 71 | 33 |
| Binary | 11110 | 111000 | 1101101 | 1001000 | 110001 | 0 | 111001 | 11011100 | 111001 | 11011 |
Color Harmonies of #1E386D
Complementary color
Monochromatic Colors of #1E386D
Black with #1E386D
Text Example
Text Example
White with #1E386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E386D; }
p { color: rgb(30,56,109); }
H1.HeaderClassName
{
color: #1E386D;
}
.AnyTagClassName
{
color: #1E386D;
}
</style>
background-color css
<style>
a { background-color: #1E386D; }
a { background-color: rgb(30,56,109); }
div.DivClassName
{
background-color: #1E386D;
}
.BgClassName
{
background-color: #1E386D;
}
</style>
border-color css
<style>
span { border-color: #1E386D; }
span { border-color: rgb(30,56,109); }
td.TdClassName
{
border-color: #1E386D;
}
.TagClassName
{
border-color: #1E386D;
}
</style>