Shades of Catalina Blue #1E2F5C
Tints of Catalina Blue #1E2F5C
RGB
CMYK
RGB Variations
Color information
#1E2F5C (or 0x1E2F5C) is known color: Catalina Blue. HEX triplet: 1E, 2F and 5C. RGB value is (30,47,92). Sum of RGB (Red+Green+Blue) = 30+47+92=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E2F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2F5C is #E1D0A3. Grayscale: #2E2E2E. Windows color (decimal): -14799012 or 6041374. OLE color: 6041374.
HSL color Cylindrical-coordinate representation of color #1E2F5C: hue angle of 223.55º 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 #1E2F5C is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 47 | 92 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.64 |
| HSL | 223.55º | 0.51% | 0.24% | - |
| HSV(B) | 223.55º | 0.67% | 0.36% | - |
| XYZ | 3.48 | 3.08 | 10.54 | - |
| YUV | 47.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 92 | 0.67 | 0.49 | 0 | 0.64 | 223.55 | 0.51 | 0.24 |
| Hex | 1E | 2F | 5C | 43 | 31 | 0 | 40 | E0 | 33 | 18 |
| Octal | 36 | 57 | 134 | 103 | 61 | 0 | 100 | 340 | 63 | 30 |
| Binary | 11110 | 101111 | 1011100 | 1000011 | 110001 | 0 | 1000000 | 11100000 | 110011 | 11000 |
Color Harmonies of #1E2F5C
Complementary color
Monochromatic Colors of #1E2F5C
Black with #1E2F5C
Text Example
Text Example
White with #1E2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F5C; }
p { color: rgb(30,47,92); }
H1.HeaderClassName
{
color: #1E2F5C;
}
.AnyTagClassName
{
color: #1E2F5C;
}
</style>
background-color css
<style>
a { background-color: #1E2F5C; }
a { background-color: rgb(30,47,92); }
div.DivClassName
{
background-color: #1E2F5C;
}
.BgClassName
{
background-color: #1E2F5C;
}
</style>
border-color css
<style>
span { border-color: #1E2F5C; }
span { border-color: rgb(30,47,92); }
td.TdClassName
{
border-color: #1E2F5C;
}
.TagClassName
{
border-color: #1E2F5C;
}
</style>