Shades of Catalina Blue #1D3F6A
Tints of Catalina Blue #1D3F6A
RGB
CMYK
RGB Variations
Color information
#1D3F6A (or 0x1D3F6A) is known color: Catalina Blue. HEX triplet: 1D, 3F and 6A. RGB value is (29,63,106). Sum of RGB (Red+Green+Blue) = 29+63+106=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D3F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F6A is #E2C095. Grayscale: #393939. Windows color (decimal): -14860438 or 6962973. OLE color: 6962973.
HSL color Cylindrical-coordinate representation of color #1D3F6A: hue angle of 213.51º 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 #1D3F6A is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 63 | 106 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.58 |
| HSL | 213.51º | 0.57% | 0.26% | - |
| HSV(B) | 213.51º | 0.73% | 0.42% | - |
| XYZ | 4.89 | 4.86 | 14.32 | - |
| YUV | 57.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 106 | 0.73 | 0.41 | 0 | 0.58 | 213.51 | 0.57 | 0.26 |
| Hex | 1D | 3F | 6A | 49 | 29 | 0 | 3A | D6 | 39 | 1A |
| Octal | 35 | 77 | 152 | 111 | 51 | 0 | 72 | 326 | 71 | 32 |
| Binary | 11101 | 111111 | 1101010 | 1001001 | 101001 | 0 | 111010 | 11010110 | 111001 | 11010 |
Color Harmonies of #1D3F6A
Complementary color
Monochromatic Colors of #1D3F6A
Black with #1D3F6A
Text Example
Text Example
White with #1D3F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F6A; }
p { color: rgb(29,63,106); }
H1.HeaderClassName
{
color: #1D3F6A;
}
.AnyTagClassName
{
color: #1D3F6A;
}
</style>
background-color css
<style>
a { background-color: #1D3F6A; }
a { background-color: rgb(29,63,106); }
div.DivClassName
{
background-color: #1D3F6A;
}
.BgClassName
{
background-color: #1D3F6A;
}
</style>
border-color css
<style>
span { border-color: #1D3F6A; }
span { border-color: rgb(29,63,106); }
td.TdClassName
{
border-color: #1D3F6A;
}
.TagClassName
{
border-color: #1D3F6A;
}
</style>