Shades of Catalina Blue #1B325A
Tints of Catalina Blue #1B325A
RGB
CMYK
RGB Variations
Color information
#1B325A (or 0x1B325A) is known color: Catalina Blue. HEX triplet: 1B, 32 and 5A. RGB value is (27,50,90). Sum of RGB (Red+Green+Blue) = 27+50+90=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B325A is #E4CDA5. Grayscale: #2F2F2F. Windows color (decimal): -14994854 or 5911067. OLE color: 5911067.
HSL color Cylindrical-coordinate representation of color #1B325A: hue angle of 218.1º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B325A is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 50 | 90 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.65 |
| HSL | 218.1º | 0.54% | 0.23% | - |
| HSV(B) | 218.1º | 0.7% | 0.35% | - |
| XYZ | 3.44 | 3.25 | 10.12 | - |
| YUV | 47.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 90 | 0.70 | 0.44 | 0 | 0.65 | 218.1 | 0.54 | 0.23 |
| Hex | 1B | 32 | 5A | 46 | 2C | 0 | 41 | DA | 36 | 17 |
| Octal | 33 | 62 | 132 | 106 | 54 | 0 | 101 | 332 | 66 | 27 |
| Binary | 11011 | 110010 | 1011010 | 1000110 | 101100 | 0 | 1000001 | 11011010 | 110110 | 10111 |
Color Harmonies of #1B325A
Complementary color
Monochromatic Colors of #1B325A
Black with #1B325A
Text Example
Text Example
White with #1B325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B325A; }
p { color: rgb(27,50,90); }
H1.HeaderClassName
{
color: #1B325A;
}
.AnyTagClassName
{
color: #1B325A;
}
</style>
background-color css
<style>
a { background-color: #1B325A; }
a { background-color: rgb(27,50,90); }
div.DivClassName
{
background-color: #1B325A;
}
.BgClassName
{
background-color: #1B325A;
}
</style>
border-color css
<style>
span { border-color: #1B325A; }
span { border-color: rgb(27,50,90); }
td.TdClassName
{
border-color: #1B325A;
}
.TagClassName
{
border-color: #1B325A;
}
</style>