Shades of Catalina Blue #1D3E6A
Tints of Catalina Blue #1D3E6A
RGB
CMYK
RGB Variations
Color information
#1D3E6A (or 0x1D3E6A) is known color: Catalina Blue. HEX triplet: 1D, 3E and 6A. RGB value is (29,62,106). Sum of RGB (Red+Green+Blue) = 29+62+106=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D3E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E6A is #E2C195. Grayscale: #383838. Windows color (decimal): -14860694 or 6962717. OLE color: 6962717.
HSL color Cylindrical-coordinate representation of color #1D3E6A: hue angle of 214.29º 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 #1D3E6A is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 62 | 106 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.58 |
| HSL | 214.29º | 0.57% | 0.26% | - |
| HSV(B) | 214.29º | 0.73% | 0.42% | - |
| XYZ | 4.83 | 4.75 | 14.3 | - |
| YUV | 57.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 106 | 0.73 | 0.42 | 0 | 0.58 | 214.29 | 0.57 | 0.26 |
| Hex | 1D | 3E | 6A | 49 | 2A | 0 | 3A | D6 | 39 | 1A |
| Octal | 35 | 76 | 152 | 111 | 52 | 0 | 72 | 326 | 71 | 32 |
| Binary | 11101 | 111110 | 1101010 | 1001001 | 101010 | 0 | 111010 | 11010110 | 111001 | 11010 |
Color Harmonies of #1D3E6A
Complementary color
Monochromatic Colors of #1D3E6A
Black with #1D3E6A
Text Example
Text Example
White with #1D3E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E6A; }
p { color: rgb(29,62,106); }
H1.HeaderClassName
{
color: #1D3E6A;
}
.AnyTagClassName
{
color: #1D3E6A;
}
</style>
background-color css
<style>
a { background-color: #1D3E6A; }
a { background-color: rgb(29,62,106); }
div.DivClassName
{
background-color: #1D3E6A;
}
.BgClassName
{
background-color: #1D3E6A;
}
</style>
border-color css
<style>
span { border-color: #1D3E6A; }
span { border-color: rgb(29,62,106); }
td.TdClassName
{
border-color: #1D3E6A;
}
.TagClassName
{
border-color: #1D3E6A;
}
</style>