Shades of Catalina Blue #1B3D71
Tints of Catalina Blue #1B3D71
RGB
CMYK
RGB Variations
Color information
#1B3D71 (or 0x1B3D71) is known color: Catalina Blue. HEX triplet: 1B, 3D and 71. RGB value is (27,61,113). Sum of RGB (Red+Green+Blue) = 27+61+113=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B3D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D71 is #E4C28E. Grayscale: #383838. Windows color (decimal): -14992015 or 7421211. OLE color: 7421211.
HSL color Cylindrical-coordinate representation of color #1B3D71: hue angle of 216.28º 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 #1B3D71 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 61 | 113 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.56 |
| HSL | 216.28º | 0.61% | 0.27% | - |
| HSV(B) | 216.28º | 0.76% | 0.44% | - |
| XYZ | 5.1 | 4.76 | 16.27 | - |
| YUV | 56.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 113 | 0.76 | 0.46 | 0 | 0.56 | 216.28 | 0.61 | 0.27 |
| Hex | 1B | 3D | 71 | 4C | 2E | 0 | 38 | D8 | 3D | 1B |
| Octal | 33 | 75 | 161 | 114 | 56 | 0 | 70 | 330 | 75 | 33 |
| Binary | 11011 | 111101 | 1110001 | 1001100 | 101110 | 0 | 111000 | 11011000 | 111101 | 11011 |
Color Harmonies of #1B3D71
Complementary color
Monochromatic Colors of #1B3D71
Black with #1B3D71
Text Example
Text Example
White with #1B3D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D71; }
p { color: rgb(27,61,113); }
H1.HeaderClassName
{
color: #1B3D71;
}
.AnyTagClassName
{
color: #1B3D71;
}
</style>
background-color css
<style>
a { background-color: #1B3D71; }
a { background-color: rgb(27,61,113); }
div.DivClassName
{
background-color: #1B3D71;
}
.BgClassName
{
background-color: #1B3D71;
}
</style>
border-color css
<style>
span { border-color: #1B3D71; }
span { border-color: rgb(27,61,113); }
td.TdClassName
{
border-color: #1B3D71;
}
.TagClassName
{
border-color: #1B3D71;
}
</style>