Shades of Catalina Blue #1D3A6A
Tints of Catalina Blue #1D3A6A
RGB
CMYK
RGB Variations
Color information
#1D3A6A (or 0x1D3A6A) is known color: Catalina Blue. HEX triplet: 1D, 3A and 6A. RGB value is (29,58,106). Sum of RGB (Red+Green+Blue) = 29+58+106=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D3A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3A6A is #E2C595. Grayscale: #363636. Windows color (decimal): -14861718 or 6961693. OLE color: 6961693.
HSL color Cylindrical-coordinate representation of color #1D3A6A: hue angle of 217.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D3A6A is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 58 | 106 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.58 |
| HSL | 217.4º | 0.57% | 0.26% | - |
| HSV(B) | 217.4º | 0.73% | 0.42% | - |
| XYZ | 4.62 | 4.33 | 14.23 | - |
| YUV | 54.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 106 | 0.73 | 0.45 | 0 | 0.58 | 217.4 | 0.57 | 0.26 |
| Hex | 1D | 3A | 6A | 49 | 2D | 0 | 3A | D9 | 39 | 1A |
| Octal | 35 | 72 | 152 | 111 | 55 | 0 | 72 | 331 | 71 | 32 |
| Binary | 11101 | 111010 | 1101010 | 1001001 | 101101 | 0 | 111010 | 11011001 | 111001 | 11010 |
Color Harmonies of #1D3A6A
Complementary color
Monochromatic Colors of #1D3A6A
Black with #1D3A6A
Text Example
Text Example
White with #1D3A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A6A; }
p { color: rgb(29,58,106); }
H1.HeaderClassName
{
color: #1D3A6A;
}
.AnyTagClassName
{
color: #1D3A6A;
}
</style>
background-color css
<style>
a { background-color: #1D3A6A; }
a { background-color: rgb(29,58,106); }
div.DivClassName
{
background-color: #1D3A6A;
}
.BgClassName
{
background-color: #1D3A6A;
}
</style>
border-color css
<style>
span { border-color: #1D3A6A; }
span { border-color: rgb(29,58,106); }
td.TdClassName
{
border-color: #1D3A6A;
}
.TagClassName
{
border-color: #1D3A6A;
}
</style>