Shades of Catalina Blue #1B3D6D
Tints of Catalina Blue #1B3D6D
RGB
CMYK
RGB Variations
Color information
#1B3D6D (or 0x1B3D6D) is known color: Catalina Blue. HEX triplet: 1B, 3D and 6D. RGB value is (27,61,109). Sum of RGB (Red+Green+Blue) = 27+61+109=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B3D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D6D is #E4C292. Grayscale: #383838. Windows color (decimal): -14992019 or 7159067. OLE color: 7159067.
HSL color Cylindrical-coordinate representation of color #1B3D6D: hue angle of 215.12º 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 #1B3D6D is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 61 | 109 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.57 |
| HSL | 215.12º | 0.6% | 0.27% | - |
| HSV(B) | 215.12º | 0.75% | 0.43% | - |
| XYZ | 4.88 | 4.67 | 15.11 | - |
| YUV | 56.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 109 | 0.75 | 0.44 | 0 | 0.57 | 215.12 | 0.6 | 0.27 |
| Hex | 1B | 3D | 6D | 4B | 2C | 0 | 39 | D7 | 3C | 1B |
| Octal | 33 | 75 | 155 | 113 | 54 | 0 | 71 | 327 | 74 | 33 |
| Binary | 11011 | 111101 | 1101101 | 1001011 | 101100 | 0 | 111001 | 11010111 | 111100 | 11011 |
Color Harmonies of #1B3D6D
Complementary color
Monochromatic Colors of #1B3D6D
Black with #1B3D6D
Text Example
Text Example
White with #1B3D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D6D; }
p { color: rgb(27,61,109); }
H1.HeaderClassName
{
color: #1B3D6D;
}
.AnyTagClassName
{
color: #1B3D6D;
}
</style>
background-color css
<style>
a { background-color: #1B3D6D; }
a { background-color: rgb(27,61,109); }
div.DivClassName
{
background-color: #1B3D6D;
}
.BgClassName
{
background-color: #1B3D6D;
}
</style>
border-color css
<style>
span { border-color: #1B3D6D; }
span { border-color: rgb(27,61,109); }
td.TdClassName
{
border-color: #1B3D6D;
}
.TagClassName
{
border-color: #1B3D6D;
}
</style>