Shades of Catalina Blue #1B3F6D
Tints of Catalina Blue #1B3F6D
RGB
CMYK
RGB Variations
Color information
#1B3F6D (or 0x1B3F6D) is known color: Catalina Blue. HEX triplet: 1B, 3F and 6D. RGB value is (27,63,109). Sum of RGB (Red+Green+Blue) = 27+63+109=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B3F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3F6D is #E4C092. Grayscale: #393939. Windows color (decimal): -14991507 or 7159579. OLE color: 7159579.
HSL color Cylindrical-coordinate representation of color #1B3F6D: hue angle of 213.66º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B3F6D is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 63 | 109 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.57 |
| HSL | 213.66º | 0.6% | 0.27% | - |
| HSV(B) | 213.66º | 0.75% | 0.43% | - |
| XYZ | 4.99 | 4.89 | 15.15 | - |
| YUV | 57.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 109 | 0.75 | 0.42 | 0 | 0.57 | 213.66 | 0.6 | 0.27 |
| Hex | 1B | 3F | 6D | 4B | 2A | 0 | 39 | D6 | 3C | 1B |
| Octal | 33 | 77 | 155 | 113 | 52 | 0 | 71 | 326 | 74 | 33 |
| Binary | 11011 | 111111 | 1101101 | 1001011 | 101010 | 0 | 111001 | 11010110 | 111100 | 11011 |
Color Harmonies of #1B3F6D
Complementary color
Monochromatic Colors of #1B3F6D
Black with #1B3F6D
Text Example
Text Example
White with #1B3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3F6D; }
p { color: rgb(27,63,109); }
H1.HeaderClassName
{
color: #1B3F6D;
}
.AnyTagClassName
{
color: #1B3F6D;
}
</style>
background-color css
<style>
a { background-color: #1B3F6D; }
a { background-color: rgb(27,63,109); }
div.DivClassName
{
background-color: #1B3F6D;
}
.BgClassName
{
background-color: #1B3F6D;
}
</style>
border-color css
<style>
span { border-color: #1B3F6D; }
span { border-color: rgb(27,63,109); }
td.TdClassName
{
border-color: #1B3F6D;
}
.TagClassName
{
border-color: #1B3F6D;
}
</style>