Shades of Catalina Blue #1D325A
Tints of Catalina Blue #1D325A
RGB
CMYK
RGB Variations
Color information
#1D325A (or 0x1D325A) is known color: Catalina Blue. HEX triplet: 1D, 32 and 5A. RGB value is (29,50,90). Sum of RGB (Red+Green+Blue) = 29+50+90=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D325A is #E2CDA5. Grayscale: #303030. Windows color (decimal): -14863782 or 5911069. OLE color: 5911069.
HSL color Cylindrical-coordinate representation of color #1D325A: hue angle of 219.34º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D325A is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 50 | 90 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.65 |
| HSL | 219.34º | 0.51% | 0.23% | - |
| HSV(B) | 219.34º | 0.68% | 0.35% | - |
| XYZ | 3.49 | 3.28 | 10.12 | - |
| YUV | 48.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 90 | 0.68 | 0.44 | 0 | 0.65 | 219.34 | 0.51 | 0.23 |
| Hex | 1D | 32 | 5A | 44 | 2C | 0 | 41 | DB | 33 | 17 |
| Octal | 35 | 62 | 132 | 104 | 54 | 0 | 101 | 333 | 63 | 27 |
| Binary | 11101 | 110010 | 1011010 | 1000100 | 101100 | 0 | 1000001 | 11011011 | 110011 | 10111 |
Color Harmonies of #1D325A
Complementary color
Monochromatic Colors of #1D325A
Black with #1D325A
Text Example
Text Example
White with #1D325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D325A; }
p { color: rgb(29,50,90); }
H1.HeaderClassName
{
color: #1D325A;
}
.AnyTagClassName
{
color: #1D325A;
}
</style>
background-color css
<style>
a { background-color: #1D325A; }
a { background-color: rgb(29,50,90); }
div.DivClassName
{
background-color: #1D325A;
}
.BgClassName
{
background-color: #1D325A;
}
</style>
border-color css
<style>
span { border-color: #1D325A; }
span { border-color: rgb(29,50,90); }
td.TdClassName
{
border-color: #1D325A;
}
.TagClassName
{
border-color: #1D325A;
}
</style>