Shades of Catalina Blue #1A376C
Tints of Catalina Blue #1A376C
RGB
CMYK
RGB Variations
Color information
#1A376C (or 0x1A376C) is known color: Catalina Blue. HEX triplet: 1A, 37 and 6C. RGB value is (26,55,108). Sum of RGB (Red+Green+Blue) = 26+55+108=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A376C is #E5C893. Grayscale: #343434. Windows color (decimal): -15059092 or 7091994. OLE color: 7091994.
HSL color Cylindrical-coordinate representation of color #1A376C: hue angle of 218.78º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A376C is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 55 | 108 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.58 |
| HSL | 218.78º | 0.61% | 0.26% | - |
| HSV(B) | 218.78º | 0.76% | 0.42% | - |
| XYZ | 4.5 | 4.03 | 14.73 | - |
| YUV | 52.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 108 | 0.76 | 0.49 | 0 | 0.58 | 218.78 | 0.61 | 0.26 |
| Hex | 1A | 37 | 6C | 4C | 31 | 0 | 3A | DB | 3D | 1A |
| Octal | 32 | 67 | 154 | 114 | 61 | 0 | 72 | 333 | 75 | 32 |
| Binary | 11010 | 110111 | 1101100 | 1001100 | 110001 | 0 | 111010 | 11011011 | 111101 | 11010 |
Color Harmonies of #1A376C
Complementary color
Monochromatic Colors of #1A376C
Black with #1A376C
Text Example
Text Example
White with #1A376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A376C; }
p { color: rgb(26,55,108); }
H1.HeaderClassName
{
color: #1A376C;
}
.AnyTagClassName
{
color: #1A376C;
}
</style>
background-color css
<style>
a { background-color: #1A376C; }
a { background-color: rgb(26,55,108); }
div.DivClassName
{
background-color: #1A376C;
}
.BgClassName
{
background-color: #1A376C;
}
</style>
border-color css
<style>
span { border-color: #1A376C; }
span { border-color: rgb(26,55,108); }
td.TdClassName
{
border-color: #1A376C;
}
.TagClassName
{
border-color: #1A376C;
}
</style>