Shades of Catalina Blue #1D3167
Tints of Catalina Blue #1D3167
RGB
CMYK
RGB Variations
Color information
#1D3167 (or 0x1D3167) is known color: Catalina Blue. HEX triplet: 1D, 31 and 67. RGB value is (29,49,103). Sum of RGB (Red+Green+Blue) = 29+49+103=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3167 is #E2CE98. Grayscale: #303030. Windows color (decimal): -14864025 or 6762781. OLE color: 6762781.
HSL color Cylindrical-coordinate representation of color #1D3167: hue angle of 223.78º 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 #1D3167 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 49 | 103 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.60 |
| HSL | 223.78º | 0.56% | 0.26% | - |
| HSV(B) | 223.78º | 0.72% | 0.4% | - |
| XYZ | 4.05 | 3.44 | 13.28 | - |
| YUV | 49.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 103 | 0.72 | 0.52 | 0 | 0.60 | 223.78 | 0.56 | 0.26 |
| Hex | 1D | 31 | 67 | 48 | 34 | 0 | 3C | E0 | 38 | 1A |
| Octal | 35 | 61 | 147 | 110 | 64 | 0 | 74 | 340 | 70 | 32 |
| Binary | 11101 | 110001 | 1100111 | 1001000 | 110100 | 0 | 111100 | 11100000 | 111000 | 11010 |
Color Harmonies of #1D3167
Complementary color
Monochromatic Colors of #1D3167
Black with #1D3167
Text Example
Text Example
White with #1D3167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3167; }
p { color: rgb(29,49,103); }
H1.HeaderClassName
{
color: #1D3167;
}
.AnyTagClassName
{
color: #1D3167;
}
</style>
background-color css
<style>
a { background-color: #1D3167; }
a { background-color: rgb(29,49,103); }
div.DivClassName
{
background-color: #1D3167;
}
.BgClassName
{
background-color: #1D3167;
}
</style>
border-color css
<style>
span { border-color: #1D3167; }
span { border-color: rgb(29,49,103); }
td.TdClassName
{
border-color: #1D3167;
}
.TagClassName
{
border-color: #1D3167;
}
</style>