Shades of Catalina Blue #1B3766
Tints of Catalina Blue #1B3766
RGB
CMYK
RGB Variations
Color information
#1B3766 (or 0x1B3766) is known color: Catalina Blue. HEX triplet: 1B, 37 and 66. RGB value is (27,55,102). Sum of RGB (Red+Green+Blue) = 27+55+102=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #1B3766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3766 is #E4C899. Grayscale: #333333. Windows color (decimal): -14993562 or 6698779. OLE color: 6698779.
HSL color Cylindrical-coordinate representation of color #1B3766: hue angle of 217.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B3766 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 27 | 55 | 102 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.6 |
| HSL | 217.6º | 0.58% | 0.25% | - |
| HSV(B) | 217.6º | 0.74% | 0.4% | - |
| XYZ | 4.22 | 3.92 | 13.11 | - |
| YUV | 51.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 102 | 0.74 | 0.46 | 0 | 0.6 | 217.6 | 0.58 | 0.25 |
| Hex | 1B | 37 | 66 | 4A | 2E | 0 | 3C | DA | 3A | 19 |
| Octal | 33 | 67 | 146 | 112 | 56 | 0 | 74 | 332 | 72 | 31 |
| Binary | 11011 | 110111 | 1100110 | 1001010 | 101110 | 0 | 111100 | 11011010 | 111010 | 11001 |
Color Harmonies of #1B3766
Complementary color
Monochromatic Colors of #1B3766
Black with #1B3766
Text Example
Text Example
White with #1B3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3766; }
p { color: rgb(27,55,102); }
H1.HeaderClassName
{
color: #1B3766;
}
.AnyTagClassName
{
color: #1B3766;
}
</style>
background-color css
<style>
a { background-color: #1B3766; }
a { background-color: rgb(27,55,102); }
div.DivClassName
{
background-color: #1B3766;
}
.BgClassName
{
background-color: #1B3766;
}
</style>
border-color css
<style>
span { border-color: #1B3766; }
span { border-color: rgb(27,55,102); }
td.TdClassName
{
border-color: #1B3766;
}
.TagClassName
{
border-color: #1B3766;
}
</style>