Shades of Catalina Blue #1B366B
Tints of Catalina Blue #1B366B
RGB
CMYK
RGB Variations
Color information
#1B366B (or 0x1B366B) is known color: Catalina Blue. HEX triplet: 1B, 36 and 6B. RGB value is (27,54,107). Sum of RGB (Red+Green+Blue) = 27+54+107=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B366B is #E4C994. Grayscale: #333333. Windows color (decimal): -14993813 or 7026203. OLE color: 7026203.
HSL color Cylindrical-coordinate representation of color #1B366B: hue angle of 219.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B366B is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 54 | 107 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.58 |
| HSL | 219.75º | 0.6% | 0.26% | - |
| HSV(B) | 219.75º | 0.75% | 0.42% | - |
| XYZ | 4.43 | 3.93 | 14.44 | - |
| YUV | 51.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 107 | 0.75 | 0.50 | 0 | 0.58 | 219.75 | 0.6 | 0.26 |
| Hex | 1B | 36 | 6B | 4B | 32 | 0 | 3A | DC | 3C | 1A |
| Octal | 33 | 66 | 153 | 113 | 62 | 0 | 72 | 334 | 74 | 32 |
| Binary | 11011 | 110110 | 1101011 | 1001011 | 110010 | 0 | 111010 | 11011100 | 111100 | 11010 |
Color Harmonies of #1B366B
Complementary color
Monochromatic Colors of #1B366B
Black with #1B366B
Text Example
Text Example
White with #1B366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B366B; }
p { color: rgb(27,54,107); }
H1.HeaderClassName
{
color: #1B366B;
}
.AnyTagClassName
{
color: #1B366B;
}
</style>
background-color css
<style>
a { background-color: #1B366B; }
a { background-color: rgb(27,54,107); }
div.DivClassName
{
background-color: #1B366B;
}
.BgClassName
{
background-color: #1B366B;
}
</style>
border-color css
<style>
span { border-color: #1B366B; }
span { border-color: rgb(27,54,107); }
td.TdClassName
{
border-color: #1B366B;
}
.TagClassName
{
border-color: #1B366B;
}
</style>