Shades of Catalina Blue #1B3D70
Tints of Catalina Blue #1B3D70
RGB
CMYK
RGB Variations
Color information
#1B3D70 (or 0x1B3D70) is known color: Catalina Blue. HEX triplet: 1B, 3D and 70. RGB value is (27,61,112). Sum of RGB (Red+Green+Blue) = 27+61+112=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B3D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D70 is #E4C28F. Grayscale: #383838. Windows color (decimal): -14992016 or 7355675. OLE color: 7355675.
HSL color Cylindrical-coordinate representation of color #1B3D70: hue angle of 216º 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 #1B3D70 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 61 | 112 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.56 |
| HSL | 216º | 0.61% | 0.27% | - |
| HSV(B) | 216º | 0.76% | 0.44% | - |
| XYZ | 5.05 | 4.74 | 15.98 | - |
| YUV | 56.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 112 | 0.76 | 0.46 | 0 | 0.56 | 216 | 0.61 | 0.27 |
| Hex | 1B | 3D | 70 | 4C | 2E | 0 | 38 | D8 | 3D | 1B |
| Octal | 33 | 75 | 160 | 114 | 56 | 0 | 70 | 330 | 75 | 33 |
| Binary | 11011 | 111101 | 1110000 | 1001100 | 101110 | 0 | 111000 | 11011000 | 111101 | 11011 |
Color Harmonies of #1B3D70
Complementary color
Monochromatic Colors of #1B3D70
Black with #1B3D70
Text Example
Text Example
White with #1B3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D70; }
p { color: rgb(27,61,112); }
H1.HeaderClassName
{
color: #1B3D70;
}
.AnyTagClassName
{
color: #1B3D70;
}
</style>
background-color css
<style>
a { background-color: #1B3D70; }
a { background-color: rgb(27,61,112); }
div.DivClassName
{
background-color: #1B3D70;
}
.BgClassName
{
background-color: #1B3D70;
}
</style>
border-color css
<style>
span { border-color: #1B3D70; }
span { border-color: rgb(27,61,112); }
td.TdClassName
{
border-color: #1B3D70;
}
.TagClassName
{
border-color: #1B3D70;
}
</style>