Shades of Catalina Blue #1B3D6A
Tints of Catalina Blue #1B3D6A
RGB
CMYK
RGB Variations
Color information
#1B3D6A (or 0x1B3D6A) is known color: Catalina Blue. HEX triplet: 1B, 3D and 6A. RGB value is (27,61,106). Sum of RGB (Red+Green+Blue) = 27+61+106=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B3D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D6A is #E4C295. Grayscale: #373737. Windows color (decimal): -14992022 or 6962459. OLE color: 6962459.
HSL color Cylindrical-coordinate representation of color #1B3D6A: hue angle of 214.18º degrees, saturation: 0.59, 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 #1B3D6A is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 61 | 106 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.58 |
| HSL | 214.18º | 0.59% | 0.26% | - |
| HSV(B) | 214.18º | 0.75% | 0.42% | - |
| XYZ | 4.72 | 4.61 | 14.28 | - |
| YUV | 55.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 106 | 0.75 | 0.42 | 0 | 0.58 | 214.18 | 0.59 | 0.26 |
| Hex | 1B | 3D | 6A | 4B | 2A | 0 | 3A | D6 | 3B | 1A |
| Octal | 33 | 75 | 152 | 113 | 52 | 0 | 72 | 326 | 73 | 32 |
| Binary | 11011 | 111101 | 1101010 | 1001011 | 101010 | 0 | 111010 | 11010110 | 111011 | 11010 |
Color Harmonies of #1B3D6A
Complementary color
Monochromatic Colors of #1B3D6A
Black with #1B3D6A
Text Example
Text Example
White with #1B3D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D6A; }
p { color: rgb(27,61,106); }
H1.HeaderClassName
{
color: #1B3D6A;
}
.AnyTagClassName
{
color: #1B3D6A;
}
</style>
background-color css
<style>
a { background-color: #1B3D6A; }
a { background-color: rgb(27,61,106); }
div.DivClassName
{
background-color: #1B3D6A;
}
.BgClassName
{
background-color: #1B3D6A;
}
</style>
border-color css
<style>
span { border-color: #1B3D6A; }
span { border-color: rgb(27,61,106); }
td.TdClassName
{
border-color: #1B3D6A;
}
.TagClassName
{
border-color: #1B3D6A;
}
</style>