Shades of Catalina Blue #1E395C
Tints of Catalina Blue #1E395C
RGB
CMYK
RGB Variations
Color information
#1E395C (or 0x1E395C) is known color: Catalina Blue. HEX triplet: 1E, 39 and 5C. RGB value is (30,57,92). Sum of RGB (Red+Green+Blue) = 30+57+92=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E395C is #E1C6A3. Grayscale: #343434. Windows color (decimal): -14796452 or 6043934. OLE color: 6043934.
HSL color Cylindrical-coordinate representation of color #1E395C: hue angle of 213.87º degrees, saturation: 0.51, 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 #1E395C is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 57 | 92 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.64 |
| HSL | 213.87º | 0.51% | 0.24% | - |
| HSV(B) | 213.87º | 0.67% | 0.36% | - |
| XYZ | 3.93 | 3.97 | 10.69 | - |
| YUV | 52.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 92 | 0.67 | 0.38 | 0 | 0.64 | 213.87 | 0.51 | 0.24 |
| Hex | 1E | 39 | 5C | 43 | 26 | 0 | 40 | D6 | 33 | 18 |
| Octal | 36 | 71 | 134 | 103 | 46 | 0 | 100 | 326 | 63 | 30 |
| Binary | 11110 | 111001 | 1011100 | 1000011 | 100110 | 0 | 1000000 | 11010110 | 110011 | 11000 |
Color Harmonies of #1E395C
Complementary color
Monochromatic Colors of #1E395C
Black with #1E395C
Text Example
Text Example
White with #1E395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E395C; }
p { color: rgb(30,57,92); }
H1.HeaderClassName
{
color: #1E395C;
}
.AnyTagClassName
{
color: #1E395C;
}
</style>
background-color css
<style>
a { background-color: #1E395C; }
a { background-color: rgb(30,57,92); }
div.DivClassName
{
background-color: #1E395C;
}
.BgClassName
{
background-color: #1E395C;
}
</style>
border-color css
<style>
span { border-color: #1E395C; }
span { border-color: rgb(30,57,92); }
td.TdClassName
{
border-color: #1E395C;
}
.TagClassName
{
border-color: #1E395C;
}
</style>