Shades of Catalina Blue #1D305B
Tints of Catalina Blue #1D305B
RGB
CMYK
RGB Variations
Color information
#1D305B (or 0x1D305B) is known color: Catalina Blue. HEX triplet: 1D, 30 and 5B. RGB value is (29,48,91). Sum of RGB (Red+Green+Blue) = 29+48+91=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D305B is #E2CFA4. Grayscale: #2F2F2F. Windows color (decimal): -14864293 or 5976093. OLE color: 5976093.
HSL color Cylindrical-coordinate representation of color #1D305B: hue angle of 221.61º 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 #1D305B is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 48 | 91 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.64 |
| HSL | 221.61º | 0.52% | 0.24% | - |
| HSV(B) | 221.61º | 0.68% | 0.36% | - |
| XYZ | 3.45 | 3.13 | 10.32 | - |
| YUV | 47.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 91 | 0.68 | 0.47 | 0 | 0.64 | 221.61 | 0.52 | 0.24 |
| Hex | 1D | 30 | 5B | 44 | 2F | 0 | 40 | DE | 34 | 18 |
| Octal | 35 | 60 | 133 | 104 | 57 | 0 | 100 | 336 | 64 | 30 |
| Binary | 11101 | 110000 | 1011011 | 1000100 | 101111 | 0 | 1000000 | 11011110 | 110100 | 11000 |
Color Harmonies of #1D305B
Complementary color
Monochromatic Colors of #1D305B
Black with #1D305B
Text Example
Text Example
White with #1D305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D305B; }
p { color: rgb(29,48,91); }
H1.HeaderClassName
{
color: #1D305B;
}
.AnyTagClassName
{
color: #1D305B;
}
</style>
background-color css
<style>
a { background-color: #1D305B; }
a { background-color: rgb(29,48,91); }
div.DivClassName
{
background-color: #1D305B;
}
.BgClassName
{
background-color: #1D305B;
}
</style>
border-color css
<style>
span { border-color: #1D305B; }
span { border-color: rgb(29,48,91); }
td.TdClassName
{
border-color: #1D305B;
}
.TagClassName
{
border-color: #1D305B;
}
</style>