Shades of Catalina Blue #1B3262
Tints of Catalina Blue #1B3262
RGB
CMYK
RGB Variations
Color information
#1B3262 (or 0x1B3262) is known color: Catalina Blue. HEX triplet: 1B, 32 and 62. RGB value is (27,50,98). Sum of RGB (Red+Green+Blue) = 27+50+98=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3262 is #E4CD9D. Grayscale: #303030. Windows color (decimal): -14994846 or 6435355. OLE color: 6435355.
HSL color Cylindrical-coordinate representation of color #1B3262: hue angle of 220.56º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3262 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 50 | 98 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.62 |
| HSL | 220.56º | 0.57% | 0.25% | - |
| HSV(B) | 220.56º | 0.72% | 0.38% | - |
| XYZ | 3.8 | 3.4 | 12.01 | - |
| YUV | 48.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 98 | 0.72 | 0.49 | 0 | 0.62 | 220.56 | 0.57 | 0.25 |
| Hex | 1B | 32 | 62 | 48 | 31 | 0 | 3E | DD | 39 | 19 |
| Octal | 33 | 62 | 142 | 110 | 61 | 0 | 76 | 335 | 71 | 31 |
| Binary | 11011 | 110010 | 1100010 | 1001000 | 110001 | 0 | 111110 | 11011101 | 111001 | 11001 |
Color Harmonies of #1B3262
Complementary color
Monochromatic Colors of #1B3262
Black with #1B3262
Text Example
Text Example
White with #1B3262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3262; }
p { color: rgb(27,50,98); }
H1.HeaderClassName
{
color: #1B3262;
}
.AnyTagClassName
{
color: #1B3262;
}
</style>
background-color css
<style>
a { background-color: #1B3262; }
a { background-color: rgb(27,50,98); }
div.DivClassName
{
background-color: #1B3262;
}
.BgClassName
{
background-color: #1B3262;
}
</style>
border-color css
<style>
span { border-color: #1B3262; }
span { border-color: rgb(27,50,98); }
td.TdClassName
{
border-color: #1B3262;
}
.TagClassName
{
border-color: #1B3262;
}
</style>