Shades of Catalina Blue #153058
Tints of Catalina Blue #153058
RGB
CMYK
RGB Variations
Color information
#153058 (or 0x153058) is known color: Catalina Blue. HEX triplet: 15, 30 and 58. RGB value is (21,48,88). Sum of RGB (Red+Green+Blue) = 21+48+88=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #153058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153058 is #EACFA7. Grayscale: #2C2C2C. Windows color (decimal): -15388584 or 5779477. OLE color: 5779477.
HSL color Cylindrical-coordinate representation of color #153058: hue angle of 215.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153058 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 48 | 88 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.65 |
| HSL | 215.82º | 0.61% | 0.21% | - |
| HSV(B) | 215.82º | 0.76% | 0.35% | - |
| XYZ | 3.13 | 2.98 | 9.64 | - |
| YUV | 44.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 88 | 0.76 | 0.45 | 0 | 0.65 | 215.82 | 0.61 | 0.21 |
| Hex | 15 | 30 | 58 | 4C | 2D | 0 | 41 | D8 | 3D | 15 |
| Octal | 25 | 60 | 130 | 114 | 55 | 0 | 101 | 330 | 75 | 25 |
| Binary | 10101 | 110000 | 1011000 | 1001100 | 101101 | 0 | 1000001 | 11011000 | 111101 | 10101 |
Color Harmonies of #153058
Complementary color
Monochromatic Colors of #153058
Black with #153058
Text Example
Text Example
White with #153058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153058; }
p { color: rgb(21,48,88); }
H1.HeaderClassName
{
color: #153058;
}
.AnyTagClassName
{
color: #153058;
}
</style>
background-color css
<style>
a { background-color: #153058; }
a { background-color: rgb(21,48,88); }
div.DivClassName
{
background-color: #153058;
}
.BgClassName
{
background-color: #153058;
}
</style>
border-color css
<style>
span { border-color: #153058; }
span { border-color: rgb(21,48,88); }
td.TdClassName
{
border-color: #153058;
}
.TagClassName
{
border-color: #153058;
}
</style>