Shades of Catalina Blue #1B3658
Tints of Catalina Blue #1B3658
RGB
CMYK
RGB Variations
Color information
#1B3658 (or 0x1B3658) is known color: Catalina Blue. HEX triplet: 1B, 36 and 58. RGB value is (27,54,88). Sum of RGB (Red+Green+Blue) = 27+54+88=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3658 is #E4C9A7. Grayscale: #313131. Windows color (decimal): -14993832 or 5781019. OLE color: 5781019.
HSL color Cylindrical-coordinate representation of color #1B3658: hue angle of 213.44º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B3658 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 54 | 88 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.65 |
| HSL | 213.44º | 0.53% | 0.23% | - |
| HSV(B) | 213.44º | 0.69% | 0.35% | - |
| XYZ | 3.53 | 3.58 | 9.74 | - |
| YUV | 49.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 88 | 0.69 | 0.39 | 0 | 0.65 | 213.44 | 0.53 | 0.23 |
| Hex | 1B | 36 | 58 | 45 | 27 | 0 | 41 | D5 | 35 | 17 |
| Octal | 33 | 66 | 130 | 105 | 47 | 0 | 101 | 325 | 65 | 27 |
| Binary | 11011 | 110110 | 1011000 | 1000101 | 100111 | 0 | 1000001 | 11010101 | 110101 | 10111 |
Color Harmonies of #1B3658
Complementary color
Monochromatic Colors of #1B3658
Black with #1B3658
Text Example
Text Example
White with #1B3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3658; }
p { color: rgb(27,54,88); }
H1.HeaderClassName
{
color: #1B3658;
}
.AnyTagClassName
{
color: #1B3658;
}
</style>
background-color css
<style>
a { background-color: #1B3658; }
a { background-color: rgb(27,54,88); }
div.DivClassName
{
background-color: #1B3658;
}
.BgClassName
{
background-color: #1B3658;
}
</style>
border-color css
<style>
span { border-color: #1B3658; }
span { border-color: rgb(27,54,88); }
td.TdClassName
{
border-color: #1B3658;
}
.TagClassName
{
border-color: #1B3658;
}
</style>