Shades of Catalina Blue #1A3970
Tints of Catalina Blue #1A3970
RGB
CMYK
RGB Variations
Color information
#1A3970 (or 0x1A3970) is known color: Catalina Blue. HEX triplet: 1A, 39 and 70. RGB value is (26,57,112). Sum of RGB (Red+Green+Blue) = 26+57+112=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3970 is #E5C68F. Grayscale: #353535. Windows color (decimal): -15058576 or 7354650. OLE color: 7354650.
HSL color Cylindrical-coordinate representation of color #1A3970: hue angle of 218.37º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3970 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 57 | 112 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.56 |
| HSL | 218.37º | 0.62% | 0.27% | - |
| HSV(B) | 218.37º | 0.77% | 0.44% | - |
| XYZ | 4.81 | 4.32 | 15.91 | - |
| YUV | 54 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 112 | 0.77 | 0.49 | 0 | 0.56 | 218.37 | 0.62 | 0.27 |
| Hex | 1A | 39 | 70 | 4D | 31 | 0 | 38 | DA | 3E | 1B |
| Octal | 32 | 71 | 160 | 115 | 61 | 0 | 70 | 332 | 76 | 33 |
| Binary | 11010 | 111001 | 1110000 | 1001101 | 110001 | 0 | 111000 | 11011010 | 111110 | 11011 |
Color Harmonies of #1A3970
Complementary color
Monochromatic Colors of #1A3970
Black with #1A3970
Text Example
Text Example
White with #1A3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3970; }
p { color: rgb(26,57,112); }
H1.HeaderClassName
{
color: #1A3970;
}
.AnyTagClassName
{
color: #1A3970;
}
</style>
background-color css
<style>
a { background-color: #1A3970; }
a { background-color: rgb(26,57,112); }
div.DivClassName
{
background-color: #1A3970;
}
.BgClassName
{
background-color: #1A3970;
}
</style>
border-color css
<style>
span { border-color: #1A3970; }
span { border-color: rgb(26,57,112); }
td.TdClassName
{
border-color: #1A3970;
}
.TagClassName
{
border-color: #1A3970;
}
</style>