Shades of Catalina Blue #1D3366
Tints of Catalina Blue #1D3366
RGB
CMYK
RGB Variations
Color information
#1D3366 (or 0x1D3366) is known color: Catalina Blue. HEX triplet: 1D, 33 and 66. RGB value is (29,51,102). Sum of RGB (Red+Green+Blue) = 29+51+102=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D3366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3366 is #E2CC99. Grayscale: #323232. Windows color (decimal): -14863514 or 6697757. OLE color: 6697757.
HSL color Cylindrical-coordinate representation of color #1D3366: hue angle of 221.92º 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 #1D3366 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 51 | 102 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.6 |
| HSL | 221.92º | 0.56% | 0.26% | - |
| HSV(B) | 221.92º | 0.72% | 0.4% | - |
| XYZ | 4.09 | 3.59 | 13.05 | - |
| YUV | 50.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 102 | 0.72 | 0.5 | 0 | 0.6 | 221.92 | 0.56 | 0.26 |
| Hex | 1D | 33 | 66 | 48 | 32 | 0 | 3C | DE | 38 | 1A |
| Octal | 35 | 63 | 146 | 110 | 62 | 0 | 74 | 336 | 70 | 32 |
| Binary | 11101 | 110011 | 1100110 | 1001000 | 110010 | 0 | 111100 | 11011110 | 111000 | 11010 |
Color Harmonies of #1D3366
Complementary color
Monochromatic Colors of #1D3366
Black with #1D3366
Text Example
Text Example
White with #1D3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3366; }
p { color: rgb(29,51,102); }
H1.HeaderClassName
{
color: #1D3366;
}
.AnyTagClassName
{
color: #1D3366;
}
</style>
background-color css
<style>
a { background-color: #1D3366; }
a { background-color: rgb(29,51,102); }
div.DivClassName
{
background-color: #1D3366;
}
.BgClassName
{
background-color: #1D3366;
}
</style>
border-color css
<style>
span { border-color: #1D3366; }
span { border-color: rgb(29,51,102); }
td.TdClassName
{
border-color: #1D3366;
}
.TagClassName
{
border-color: #1D3366;
}
</style>