Shades of Catalina Blue #1D3967
Tints of Catalina Blue #1D3967
RGB
CMYK
RGB Variations
Color information
#1D3967 (or 0x1D3967) is known color: Catalina Blue. HEX triplet: 1D, 39 and 67. RGB value is (29,57,103). Sum of RGB (Red+Green+Blue) = 29+57+103=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D3967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3967 is #E2C698. Grayscale: #353535. Windows color (decimal): -14861977 or 6764829. OLE color: 6764829.
HSL color Cylindrical-coordinate representation of color #1D3967: hue angle of 217.3º 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 #1D3967 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 57 | 103 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.60 |
| HSL | 217.3º | 0.56% | 0.26% | - |
| HSV(B) | 217.3º | 0.72% | 0.4% | - |
| XYZ | 4.42 | 4.17 | 13.4 | - |
| YUV | 53.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 103 | 0.72 | 0.45 | 0 | 0.60 | 217.3 | 0.56 | 0.26 |
| Hex | 1D | 39 | 67 | 48 | 2D | 0 | 3C | D9 | 38 | 1A |
| Octal | 35 | 71 | 147 | 110 | 55 | 0 | 74 | 331 | 70 | 32 |
| Binary | 11101 | 111001 | 1100111 | 1001000 | 101101 | 0 | 111100 | 11011001 | 111000 | 11010 |
Color Harmonies of #1D3967
Complementary color
Monochromatic Colors of #1D3967
Black with #1D3967
Text Example
Text Example
White with #1D3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3967; }
p { color: rgb(29,57,103); }
H1.HeaderClassName
{
color: #1D3967;
}
.AnyTagClassName
{
color: #1D3967;
}
</style>
background-color css
<style>
a { background-color: #1D3967; }
a { background-color: rgb(29,57,103); }
div.DivClassName
{
background-color: #1D3967;
}
.BgClassName
{
background-color: #1D3967;
}
</style>
border-color css
<style>
span { border-color: #1D3967; }
span { border-color: rgb(29,57,103); }
td.TdClassName
{
border-color: #1D3967;
}
.TagClassName
{
border-color: #1D3967;
}
</style>