Shades of Catalina Blue #1D4270
Tints of Catalina Blue #1D4270
RGB
CMYK
RGB Variations
Color information
#1D4270 (or 0x1D4270) is known color: Catalina Blue. HEX triplet: 1D, 42 and 70. RGB value is (29,66,112). Sum of RGB (Red+Green+Blue) = 29+66+112=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4270 is #E2BD8F. Grayscale: #3B3B3B. Windows color (decimal): -14859664 or 7356957. OLE color: 7356957.
HSL color Cylindrical-coordinate representation of color #1D4270: hue angle of 213.25º 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 #1D4270 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 66 | 112 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.56 |
| HSL | 213.25º | 0.59% | 0.28% | - |
| HSV(B) | 213.25º | 0.74% | 0.44% | - |
| XYZ | 5.38 | 5.33 | 16.07 | - |
| YUV | 60.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 112 | 0.74 | 0.41 | 0 | 0.56 | 213.25 | 0.59 | 0.28 |
| Hex | 1D | 42 | 70 | 4A | 29 | 0 | 38 | D5 | 3B | 1C |
| Octal | 35 | 102 | 160 | 112 | 51 | 0 | 70 | 325 | 73 | 34 |
| Binary | 11101 | 1000010 | 1110000 | 1001010 | 101001 | 0 | 111000 | 11010101 | 111011 | 11100 |
Color Harmonies of #1D4270
Complementary color
Monochromatic Colors of #1D4270
Black with #1D4270
Text Example
Text Example
White with #1D4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4270; }
p { color: rgb(29,66,112); }
H1.HeaderClassName
{
color: #1D4270;
}
.AnyTagClassName
{
color: #1D4270;
}
</style>
background-color css
<style>
a { background-color: #1D4270; }
a { background-color: rgb(29,66,112); }
div.DivClassName
{
background-color: #1D4270;
}
.BgClassName
{
background-color: #1D4270;
}
</style>
border-color css
<style>
span { border-color: #1D4270; }
span { border-color: rgb(29,66,112); }
td.TdClassName
{
border-color: #1D4270;
}
.TagClassName
{
border-color: #1D4270;
}
</style>