Shades of Catalina Blue #1D315E
Tints of Catalina Blue #1D315E
RGB
CMYK
RGB Variations
Color information
#1D315E (or 0x1D315E) is known color: Catalina Blue. HEX triplet: 1D, 31 and 5E. RGB value is (29,49,94). Sum of RGB (Red+Green+Blue) = 29+49+94=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D315E is #E2CEA1. Grayscale: #2F2F2F. Windows color (decimal): -14864034 or 6172957. OLE color: 6172957.
HSL color Cylindrical-coordinate representation of color #1D315E: hue angle of 221.54º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D315E is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 49 | 94 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.63 |
| HSL | 221.54º | 0.53% | 0.24% | - |
| HSV(B) | 221.54º | 0.69% | 0.37% | - |
| XYZ | 3.63 | 3.27 | 11.03 | - |
| YUV | 48.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 94 | 0.69 | 0.48 | 0 | 0.63 | 221.54 | 0.53 | 0.24 |
| Hex | 1D | 31 | 5E | 45 | 30 | 0 | 3F | DE | 35 | 18 |
| Octal | 35 | 61 | 136 | 105 | 60 | 0 | 77 | 336 | 65 | 30 |
| Binary | 11101 | 110001 | 1011110 | 1000101 | 110000 | 0 | 111111 | 11011110 | 110101 | 11000 |
Color Harmonies of #1D315E
Complementary color
Monochromatic Colors of #1D315E
Black with #1D315E
Text Example
Text Example
White with #1D315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D315E; }
p { color: rgb(29,49,94); }
H1.HeaderClassName
{
color: #1D315E;
}
.AnyTagClassName
{
color: #1D315E;
}
</style>
background-color css
<style>
a { background-color: #1D315E; }
a { background-color: rgb(29,49,94); }
div.DivClassName
{
background-color: #1D315E;
}
.BgClassName
{
background-color: #1D315E;
}
</style>
border-color css
<style>
span { border-color: #1D315E; }
span { border-color: rgb(29,49,94); }
td.TdClassName
{
border-color: #1D315E;
}
.TagClassName
{
border-color: #1D315E;
}
</style>