Shades of Catalina Blue #1D325E
Tints of Catalina Blue #1D325E
RGB
CMYK
RGB Variations
Color information
#1D325E (or 0x1D325E) is known color: Catalina Blue. HEX triplet: 1D, 32 and 5E. RGB value is (29,50,94). Sum of RGB (Red+Green+Blue) = 29+50+94=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D325E is #E2CDA1. Grayscale: #303030. Windows color (decimal): -14863778 or 6173213. OLE color: 6173213.
HSL color Cylindrical-coordinate representation of color #1D325E: hue angle of 220.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D325E is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 50 | 94 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.63 |
| HSL | 220.62º | 0.53% | 0.24% | - |
| HSV(B) | 220.62º | 0.69% | 0.37% | - |
| XYZ | 3.67 | 3.35 | 11.04 | - |
| YUV | 48.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 94 | 0.69 | 0.47 | 0 | 0.63 | 220.62 | 0.53 | 0.24 |
| Hex | 1D | 32 | 5E | 45 | 2F | 0 | 3F | DD | 35 | 18 |
| Octal | 35 | 62 | 136 | 105 | 57 | 0 | 77 | 335 | 65 | 30 |
| Binary | 11101 | 110010 | 1011110 | 1000101 | 101111 | 0 | 111111 | 11011101 | 110101 | 11000 |
Color Harmonies of #1D325E
Complementary color
Monochromatic Colors of #1D325E
Black with #1D325E
Text Example
Text Example
White with #1D325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D325E; }
p { color: rgb(29,50,94); }
H1.HeaderClassName
{
color: #1D325E;
}
.AnyTagClassName
{
color: #1D325E;
}
</style>
background-color css
<style>
a { background-color: #1D325E; }
a { background-color: rgb(29,50,94); }
div.DivClassName
{
background-color: #1D325E;
}
.BgClassName
{
background-color: #1D325E;
}
</style>
border-color css
<style>
span { border-color: #1D325E; }
span { border-color: rgb(29,50,94); }
td.TdClassName
{
border-color: #1D325E;
}
.TagClassName
{
border-color: #1D325E;
}
</style>