Shades of Catalina Blue #1B3062
Tints of Catalina Blue #1B3062
RGB
CMYK
RGB Variations
Color information
#1B3062 (or 0x1B3062) is known color: Catalina Blue. HEX triplet: 1B, 30 and 62. RGB value is (27,48,98). Sum of RGB (Red+Green+Blue) = 27+48+98=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3062 is #E4CF9D. Grayscale: #2F2F2F. Windows color (decimal): -14995358 or 6434843. OLE color: 6434843.
HSL color Cylindrical-coordinate representation of color #1B3062: hue angle of 222.25º 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 #1B3062 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 48 | 98 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.62 |
| HSL | 222.25º | 0.57% | 0.25% | - |
| HSV(B) | 222.25º | 0.72% | 0.38% | - |
| XYZ | 3.71 | 3.23 | 11.98 | - |
| YUV | 47.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 98 | 0.72 | 0.51 | 0 | 0.62 | 222.25 | 0.57 | 0.25 |
| Hex | 1B | 30 | 62 | 48 | 33 | 0 | 3E | DE | 39 | 19 |
| Octal | 33 | 60 | 142 | 110 | 63 | 0 | 76 | 336 | 71 | 31 |
| Binary | 11011 | 110000 | 1100010 | 1001000 | 110011 | 0 | 111110 | 11011110 | 111001 | 11001 |
Color Harmonies of #1B3062
Complementary color
Monochromatic Colors of #1B3062
Black with #1B3062
Text Example
Text Example
White with #1B3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3062; }
p { color: rgb(27,48,98); }
H1.HeaderClassName
{
color: #1B3062;
}
.AnyTagClassName
{
color: #1B3062;
}
</style>
background-color css
<style>
a { background-color: #1B3062; }
a { background-color: rgb(27,48,98); }
div.DivClassName
{
background-color: #1B3062;
}
.BgClassName
{
background-color: #1B3062;
}
</style>
border-color css
<style>
span { border-color: #1B3062; }
span { border-color: rgb(27,48,98); }
td.TdClassName
{
border-color: #1B3062;
}
.TagClassName
{
border-color: #1B3062;
}
</style>