Shades of Catalina Blue #1D4071
Tints of Catalina Blue #1D4071
RGB
CMYK
RGB Variations
Color information
#1D4071 (or 0x1D4071) is known color: Catalina Blue. HEX triplet: 1D, 40 and 71. RGB value is (29,64,113). Sum of RGB (Red+Green+Blue) = 29+64+113=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4071 is #E2BF8E. Grayscale: #3A3A3A. Windows color (decimal): -14860175 or 7421981. OLE color: 7421981.
HSL color Cylindrical-coordinate representation of color #1D4071: hue angle of 215º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D4071 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 64 | 113 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.56 |
| HSL | 215º | 0.59% | 0.28% | - |
| HSV(B) | 215º | 0.74% | 0.44% | - |
| XYZ | 5.32 | 5.12 | 16.33 | - |
| YUV | 59.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 113 | 0.74 | 0.43 | 0 | 0.56 | 215 | 0.59 | 0.28 |
| Hex | 1D | 40 | 71 | 4A | 2B | 0 | 38 | D7 | 3B | 1C |
| Octal | 35 | 100 | 161 | 112 | 53 | 0 | 70 | 327 | 73 | 34 |
| Binary | 11101 | 1000000 | 1110001 | 1001010 | 101011 | 0 | 111000 | 11010111 | 111011 | 11100 |
Color Harmonies of #1D4071
Complementary color
Monochromatic Colors of #1D4071
Black with #1D4071
Text Example
Text Example
White with #1D4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4071; }
p { color: rgb(29,64,113); }
H1.HeaderClassName
{
color: #1D4071;
}
.AnyTagClassName
{
color: #1D4071;
}
</style>
background-color css
<style>
a { background-color: #1D4071; }
a { background-color: rgb(29,64,113); }
div.DivClassName
{
background-color: #1D4071;
}
.BgClassName
{
background-color: #1D4071;
}
</style>
border-color css
<style>
span { border-color: #1D4071; }
span { border-color: rgb(29,64,113); }
td.TdClassName
{
border-color: #1D4071;
}
.TagClassName
{
border-color: #1D4071;
}
</style>