Shades of Catalina Blue #1B315A
Tints of Catalina Blue #1B315A
RGB
CMYK
RGB Variations
Color information
#1B315A (or 0x1B315A) is known color: Catalina Blue. HEX triplet: 1B, 31 and 5A. RGB value is (27,49,90). Sum of RGB (Red+Green+Blue) = 27+49+90=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B315A is #E4CEA5. Grayscale: #2E2E2E. Windows color (decimal): -14995110 or 5910811. OLE color: 5910811.
HSL color Cylindrical-coordinate representation of color #1B315A: hue angle of 219.05º 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 #1B315A is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 49 | 90 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.65 |
| HSL | 219.05º | 0.54% | 0.23% | - |
| HSV(B) | 219.05º | 0.7% | 0.35% | - |
| XYZ | 3.4 | 3.17 | 10.11 | - |
| YUV | 47.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 90 | 0.70 | 0.46 | 0 | 0.65 | 219.05 | 0.54 | 0.23 |
| Hex | 1B | 31 | 5A | 46 | 2E | 0 | 41 | DB | 36 | 17 |
| Octal | 33 | 61 | 132 | 106 | 56 | 0 | 101 | 333 | 66 | 27 |
| Binary | 11011 | 110001 | 1011010 | 1000110 | 101110 | 0 | 1000001 | 11011011 | 110110 | 10111 |
Color Harmonies of #1B315A
Complementary color
Monochromatic Colors of #1B315A
Black with #1B315A
Text Example
Text Example
White with #1B315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B315A; }
p { color: rgb(27,49,90); }
H1.HeaderClassName
{
color: #1B315A;
}
.AnyTagClassName
{
color: #1B315A;
}
</style>
background-color css
<style>
a { background-color: #1B315A; }
a { background-color: rgb(27,49,90); }
div.DivClassName
{
background-color: #1B315A;
}
.BgClassName
{
background-color: #1B315A;
}
</style>
border-color css
<style>
span { border-color: #1B315A; }
span { border-color: rgb(27,49,90); }
td.TdClassName
{
border-color: #1B315A;
}
.TagClassName
{
border-color: #1B315A;
}
</style>