Shades of Catalina Blue #1A2E5C
Tints of Catalina Blue #1A2E5C
RGB
CMYK
RGB Variations
Color information
#1A2E5C (or 0x1A2E5C) is known color: Catalina Blue. HEX triplet: 1A, 2E and 5C. RGB value is (26,46,92). Sum of RGB (Red+Green+Blue) = 26+46+92=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A2E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E5C is #E5D1A3. Grayscale: #2D2D2D. Windows color (decimal): -15061412 or 6041114. OLE color: 6041114.
HSL color Cylindrical-coordinate representation of color #1A2E5C: hue angle of 221.82º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A2E5C is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 46 | 92 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.64 |
| HSL | 221.82º | 0.56% | 0.23% | - |
| HSV(B) | 221.82º | 0.72% | 0.36% | - |
| XYZ | 3.33 | 2.95 | 10.52 | - |
| YUV | 45.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 92 | 0.72 | 0.50 | 0 | 0.64 | 221.82 | 0.56 | 0.23 |
| Hex | 1A | 2E | 5C | 48 | 32 | 0 | 40 | DE | 38 | 17 |
| Octal | 32 | 56 | 134 | 110 | 62 | 0 | 100 | 336 | 70 | 27 |
| Binary | 11010 | 101110 | 1011100 | 1001000 | 110010 | 0 | 1000000 | 11011110 | 111000 | 10111 |
Color Harmonies of #1A2E5C
Complementary color
Monochromatic Colors of #1A2E5C
Black with #1A2E5C
Text Example
Text Example
White with #1A2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E5C; }
p { color: rgb(26,46,92); }
H1.HeaderClassName
{
color: #1A2E5C;
}
.AnyTagClassName
{
color: #1A2E5C;
}
</style>
background-color css
<style>
a { background-color: #1A2E5C; }
a { background-color: rgb(26,46,92); }
div.DivClassName
{
background-color: #1A2E5C;
}
.BgClassName
{
background-color: #1A2E5C;
}
</style>
border-color css
<style>
span { border-color: #1A2E5C; }
span { border-color: rgb(26,46,92); }
td.TdClassName
{
border-color: #1A2E5C;
}
.TagClassName
{
border-color: #1A2E5C;
}
</style>