Shades of Catalina Blue #1D3059
Tints of Catalina Blue #1D3059
RGB
CMYK
RGB Variations
Color information
#1D3059 (or 0x1D3059) is known color: Catalina Blue. HEX triplet: 1D, 30 and 59. RGB value is (29,48,89). Sum of RGB (Red+Green+Blue) = 29+48+89=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3059 is #E2CFA6. Grayscale: #2E2E2E. Windows color (decimal): -14864295 or 5845021. OLE color: 5845021.
HSL color Cylindrical-coordinate representation of color #1D3059: hue angle of 221º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3059 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 48 | 89 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.65 |
| HSL | 221º | 0.51% | 0.23% | - |
| HSV(B) | 221º | 0.67% | 0.35% | - |
| XYZ | 3.37 | 3.1 | 9.87 | - |
| YUV | 46.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 89 | 0.67 | 0.46 | 0 | 0.65 | 221 | 0.51 | 0.23 |
| Hex | 1D | 30 | 59 | 43 | 2E | 0 | 41 | DD | 33 | 17 |
| Octal | 35 | 60 | 131 | 103 | 56 | 0 | 101 | 335 | 63 | 27 |
| Binary | 11101 | 110000 | 1011001 | 1000011 | 101110 | 0 | 1000001 | 11011101 | 110011 | 10111 |
Color Harmonies of #1D3059
Complementary color
Monochromatic Colors of #1D3059
Black with #1D3059
Text Example
Text Example
White with #1D3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3059; }
p { color: rgb(29,48,89); }
H1.HeaderClassName
{
color: #1D3059;
}
.AnyTagClassName
{
color: #1D3059;
}
</style>
background-color css
<style>
a { background-color: #1D3059; }
a { background-color: rgb(29,48,89); }
div.DivClassName
{
background-color: #1D3059;
}
.BgClassName
{
background-color: #1D3059;
}
</style>
border-color css
<style>
span { border-color: #1D3059; }
span { border-color: rgb(29,48,89); }
td.TdClassName
{
border-color: #1D3059;
}
.TagClassName
{
border-color: #1D3059;
}
</style>