Shades of Catalina Blue #1B3B70
Tints of Catalina Blue #1B3B70
RGB
CMYK
RGB Variations
Color information
#1B3B70 (or 0x1B3B70) is known color: Catalina Blue. HEX triplet: 1B, 3B and 70. RGB value is (27,59,112). Sum of RGB (Red+Green+Blue) = 27+59+112=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B3B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3B70 is #E4C48F. Grayscale: #373737. Windows color (decimal): -14992528 or 7355163. OLE color: 7355163.
HSL color Cylindrical-coordinate representation of color #1B3B70: hue angle of 217.41º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B3B70 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 59 | 112 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.56 |
| HSL | 217.41º | 0.61% | 0.27% | - |
| HSV(B) | 217.41º | 0.76% | 0.44% | - |
| XYZ | 4.94 | 4.53 | 15.94 | - |
| YUV | 55.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 112 | 0.76 | 0.47 | 0 | 0.56 | 217.41 | 0.61 | 0.27 |
| Hex | 1B | 3B | 70 | 4C | 2F | 0 | 38 | D9 | 3D | 1B |
| Octal | 33 | 73 | 160 | 114 | 57 | 0 | 70 | 331 | 75 | 33 |
| Binary | 11011 | 111011 | 1110000 | 1001100 | 101111 | 0 | 111000 | 11011001 | 111101 | 11011 |
Color Harmonies of #1B3B70
Complementary color
Monochromatic Colors of #1B3B70
Black with #1B3B70
Text Example
Text Example
White with #1B3B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B70; }
p { color: rgb(27,59,112); }
H1.HeaderClassName
{
color: #1B3B70;
}
.AnyTagClassName
{
color: #1B3B70;
}
</style>
background-color css
<style>
a { background-color: #1B3B70; }
a { background-color: rgb(27,59,112); }
div.DivClassName
{
background-color: #1B3B70;
}
.BgClassName
{
background-color: #1B3B70;
}
</style>
border-color css
<style>
span { border-color: #1B3B70; }
span { border-color: rgb(27,59,112); }
td.TdClassName
{
border-color: #1B3B70;
}
.TagClassName
{
border-color: #1B3B70;
}
</style>