Shades of Catalina Blue #1D395C
Tints of Catalina Blue #1D395C
RGB
CMYK
RGB Variations
Color information
#1D395C (or 0x1D395C) is known color: Catalina Blue. HEX triplet: 1D, 39 and 5C. RGB value is (29,57,92). Sum of RGB (Red+Green+Blue) = 29+57+92=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D395C is #E2C6A3. Grayscale: #343434. Windows color (decimal): -14861988 or 6043933. OLE color: 6043933.
HSL color Cylindrical-coordinate representation of color #1D395C: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D395C is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 57 | 92 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.64 |
| HSL | 213.33º | 0.52% | 0.24% | - |
| HSV(B) | 213.33º | 0.68% | 0.36% | - |
| XYZ | 3.9 | 3.96 | 10.68 | - |
| YUV | 52.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 92 | 0.68 | 0.38 | 0 | 0.64 | 213.33 | 0.52 | 0.24 |
| Hex | 1D | 39 | 5C | 44 | 26 | 0 | 40 | D5 | 34 | 18 |
| Octal | 35 | 71 | 134 | 104 | 46 | 0 | 100 | 325 | 64 | 30 |
| Binary | 11101 | 111001 | 1011100 | 1000100 | 100110 | 0 | 1000000 | 11010101 | 110100 | 11000 |
Color Harmonies of #1D395C
Complementary color
Monochromatic Colors of #1D395C
Black with #1D395C
Text Example
Text Example
White with #1D395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D395C; }
p { color: rgb(29,57,92); }
H1.HeaderClassName
{
color: #1D395C;
}
.AnyTagClassName
{
color: #1D395C;
}
</style>
background-color css
<style>
a { background-color: #1D395C; }
a { background-color: rgb(29,57,92); }
div.DivClassName
{
background-color: #1D395C;
}
.BgClassName
{
background-color: #1D395C;
}
</style>
border-color css
<style>
span { border-color: #1D395C; }
span { border-color: rgb(29,57,92); }
td.TdClassName
{
border-color: #1D395C;
}
.TagClassName
{
border-color: #1D395C;
}
</style>