Shades of Catalina Blue #1D3166
Tints of Catalina Blue #1D3166
RGB
CMYK
RGB Variations
Color information
#1D3166 (or 0x1D3166) is known color: Catalina Blue. HEX triplet: 1D, 31 and 66. RGB value is (29,49,102). Sum of RGB (Red+Green+Blue) = 29+49+102=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3166 is #E2CE99. Grayscale: #303030. Windows color (decimal): -14864026 or 6697245. OLE color: 6697245.
HSL color Cylindrical-coordinate representation of color #1D3166: hue angle of 223.56º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3166 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 49 | 102 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.6 |
| HSL | 223.56º | 0.56% | 0.26% | - |
| HSV(B) | 223.56º | 0.72% | 0.4% | - |
| XYZ | 4 | 3.42 | 13.02 | - |
| YUV | 49.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 102 | 0.72 | 0.52 | 0 | 0.6 | 223.56 | 0.56 | 0.26 |
| Hex | 1D | 31 | 66 | 48 | 34 | 0 | 3C | E0 | 38 | 1A |
| Octal | 35 | 61 | 146 | 110 | 64 | 0 | 74 | 340 | 70 | 32 |
| Binary | 11101 | 110001 | 1100110 | 1001000 | 110100 | 0 | 111100 | 11100000 | 111000 | 11010 |
Color Harmonies of #1D3166
Complementary color
Monochromatic Colors of #1D3166
Black with #1D3166
Text Example
Text Example
White with #1D3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3166; }
p { color: rgb(29,49,102); }
H1.HeaderClassName
{
color: #1D3166;
}
.AnyTagClassName
{
color: #1D3166;
}
</style>
background-color css
<style>
a { background-color: #1D3166; }
a { background-color: rgb(29,49,102); }
div.DivClassName
{
background-color: #1D3166;
}
.BgClassName
{
background-color: #1D3166;
}
</style>
border-color css
<style>
span { border-color: #1D3166; }
span { border-color: rgb(29,49,102); }
td.TdClassName
{
border-color: #1D3166;
}
.TagClassName
{
border-color: #1D3166;
}
</style>