Shades of Catalina Blue #1E385B
Tints of Catalina Blue #1E385B
RGB
CMYK
RGB Variations
Color information
#1E385B (or 0x1E385B) is known color: Catalina Blue. HEX triplet: 1E, 38 and 5B. RGB value is (30,56,91). Sum of RGB (Red+Green+Blue) = 30+56+91=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E385B is #E1C7A4. Grayscale: #343434. Windows color (decimal): -14796709 or 5978142. OLE color: 5978142.
HSL color Cylindrical-coordinate representation of color #1E385B: hue angle of 214.43º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E385B is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 56 | 91 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.64 |
| HSL | 214.43º | 0.5% | 0.24% | - |
| HSV(B) | 214.43º | 0.67% | 0.36% | - |
| XYZ | 3.84 | 3.86 | 10.44 | - |
| YUV | 52.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 91 | 0.67 | 0.38 | 0 | 0.64 | 214.43 | 0.5 | 0.24 |
| Hex | 1E | 38 | 5B | 43 | 26 | 0 | 40 | D6 | 32 | 18 |
| Octal | 36 | 70 | 133 | 103 | 46 | 0 | 100 | 326 | 62 | 30 |
| Binary | 11110 | 111000 | 1011011 | 1000011 | 100110 | 0 | 1000000 | 11010110 | 110010 | 11000 |
Color Harmonies of #1E385B
Complementary color
Monochromatic Colors of #1E385B
Black with #1E385B
Text Example
Text Example
White with #1E385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E385B; }
p { color: rgb(30,56,91); }
H1.HeaderClassName
{
color: #1E385B;
}
.AnyTagClassName
{
color: #1E385B;
}
</style>
background-color css
<style>
a { background-color: #1E385B; }
a { background-color: rgb(30,56,91); }
div.DivClassName
{
background-color: #1E385B;
}
.BgClassName
{
background-color: #1E385B;
}
</style>
border-color css
<style>
span { border-color: #1E385B; }
span { border-color: rgb(30,56,91); }
td.TdClassName
{
border-color: #1E385B;
}
.TagClassName
{
border-color: #1E385B;
}
</style>