Shades of Catalina Blue #1D335D
Tints of Catalina Blue #1D335D
RGB
CMYK
RGB Variations
Color information
#1D335D (or 0x1D335D) is known color: Catalina Blue. HEX triplet: 1D, 33 and 5D. RGB value is (29,51,93). Sum of RGB (Red+Green+Blue) = 29+51+93=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D335D is #E2CCA2. Grayscale: #313131. Windows color (decimal): -14863523 or 6107933. OLE color: 6107933.
HSL color Cylindrical-coordinate representation of color #1D335D: hue angle of 219.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D335D is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 51 | 93 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.64 |
| HSL | 219.38º | 0.52% | 0.24% | - |
| HSV(B) | 219.38º | 0.69% | 0.36% | - |
| XYZ | 3.67 | 3.42 | 10.82 | - |
| YUV | 49.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 93 | 0.69 | 0.45 | 0 | 0.64 | 219.38 | 0.52 | 0.24 |
| Hex | 1D | 33 | 5D | 45 | 2D | 0 | 40 | DB | 34 | 18 |
| Octal | 35 | 63 | 135 | 105 | 55 | 0 | 100 | 333 | 64 | 30 |
| Binary | 11101 | 110011 | 1011101 | 1000101 | 101101 | 0 | 1000000 | 11011011 | 110100 | 11000 |
Color Harmonies of #1D335D
Complementary color
Monochromatic Colors of #1D335D
Black with #1D335D
Text Example
Text Example
White with #1D335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D335D; }
p { color: rgb(29,51,93); }
H1.HeaderClassName
{
color: #1D335D;
}
.AnyTagClassName
{
color: #1D335D;
}
</style>
background-color css
<style>
a { background-color: #1D335D; }
a { background-color: rgb(29,51,93); }
div.DivClassName
{
background-color: #1D335D;
}
.BgClassName
{
background-color: #1D335D;
}
</style>
border-color css
<style>
span { border-color: #1D335D; }
span { border-color: rgb(29,51,93); }
td.TdClassName
{
border-color: #1D335D;
}
.TagClassName
{
border-color: #1D335D;
}
</style>