Shades of Catalina Blue #1D3E70
Tints of Catalina Blue #1D3E70
RGB
CMYK
RGB Variations
Color information
#1D3E70 (or 0x1D3E70) is known color: Catalina Blue. HEX triplet: 1D, 3E and 70. RGB value is (29,62,112). Sum of RGB (Red+Green+Blue) = 29+62+112=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D3E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E70 is #E2C18F. Grayscale: #393939. Windows color (decimal): -14860688 or 7355933. OLE color: 7355933.
HSL color Cylindrical-coordinate representation of color #1D3E70: hue angle of 216.14º 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 #1D3E70 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 62 | 112 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.56 |
| HSL | 216.14º | 0.59% | 0.28% | - |
| HSV(B) | 216.14º | 0.74% | 0.44% | - |
| XYZ | 5.15 | 4.88 | 16 | - |
| YUV | 57.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 112 | 0.74 | 0.45 | 0 | 0.56 | 216.14 | 0.59 | 0.28 |
| Hex | 1D | 3E | 70 | 4A | 2D | 0 | 38 | D8 | 3B | 1C |
| Octal | 35 | 76 | 160 | 112 | 55 | 0 | 70 | 330 | 73 | 34 |
| Binary | 11101 | 111110 | 1110000 | 1001010 | 101101 | 0 | 111000 | 11011000 | 111011 | 11100 |
Color Harmonies of #1D3E70
Complementary color
Monochromatic Colors of #1D3E70
Black with #1D3E70
Text Example
Text Example
White with #1D3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E70; }
p { color: rgb(29,62,112); }
H1.HeaderClassName
{
color: #1D3E70;
}
.AnyTagClassName
{
color: #1D3E70;
}
</style>
background-color css
<style>
a { background-color: #1D3E70; }
a { background-color: rgb(29,62,112); }
div.DivClassName
{
background-color: #1D3E70;
}
.BgClassName
{
background-color: #1D3E70;
}
</style>
border-color css
<style>
span { border-color: #1D3E70; }
span { border-color: rgb(29,62,112); }
td.TdClassName
{
border-color: #1D3E70;
}
.TagClassName
{
border-color: #1D3E70;
}
</style>