Shades of Catalina Blue #1B2F57
Tints of Catalina Blue #1B2F57
RGB
CMYK
RGB Variations
Color information
#1B2F57 (or 0x1B2F57) is known color: Catalina Blue. HEX triplet: 1B, 2F and 57. RGB value is (27,47,87). Sum of RGB (Red+Green+Blue) = 27+47+87=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B2F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2F57 is #E4D0A8. Grayscale: #2D2D2D. Windows color (decimal): -14995625 or 5713691. OLE color: 5713691.
HSL color Cylindrical-coordinate representation of color #1B2F57: hue angle of 220º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B2F57 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 47 | 87 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.66 |
| HSL | 220º | 0.53% | 0.22% | - |
| HSV(B) | 220º | 0.69% | 0.34% | - |
| XYZ | 3.19 | 2.95 | 9.42 | - |
| YUV | 45.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 87 | 0.69 | 0.46 | 0 | 0.66 | 220 | 0.53 | 0.22 |
| Hex | 1B | 2F | 57 | 45 | 2E | 0 | 42 | DC | 35 | 16 |
| Octal | 33 | 57 | 127 | 105 | 56 | 0 | 102 | 334 | 65 | 26 |
| Binary | 11011 | 101111 | 1010111 | 1000101 | 101110 | 0 | 1000010 | 11011100 | 110101 | 10110 |
Color Harmonies of #1B2F57
Complementary color
Monochromatic Colors of #1B2F57
Black with #1B2F57
Text Example
Text Example
White with #1B2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F57; }
p { color: rgb(27,47,87); }
H1.HeaderClassName
{
color: #1B2F57;
}
.AnyTagClassName
{
color: #1B2F57;
}
</style>
background-color css
<style>
a { background-color: #1B2F57; }
a { background-color: rgb(27,47,87); }
div.DivClassName
{
background-color: #1B2F57;
}
.BgClassName
{
background-color: #1B2F57;
}
</style>
border-color css
<style>
span { border-color: #1B2F57; }
span { border-color: rgb(27,47,87); }
td.TdClassName
{
border-color: #1B2F57;
}
.TagClassName
{
border-color: #1B2F57;
}
</style>