Shades of Catalina Blue #183058
Tints of Catalina Blue #183058
RGB
CMYK
RGB Variations
Color information
#183058 (or 0x183058) is known color: Catalina Blue. HEX triplet: 18, 30 and 58. RGB value is (24,48,88). Sum of RGB (Red+Green+Blue) = 24+48+88=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #183058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183058 is #E7CFA7. Grayscale: #2D2D2D. Windows color (decimal): -15191976 or 5779480. OLE color: 5779480.
HSL color Cylindrical-coordinate representation of color #183058: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183058 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 48 | 88 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.65 |
| HSL | 217.5º | 0.57% | 0.22% | - |
| HSV(B) | 217.5º | 0.73% | 0.35% | - |
| XYZ | 3.2 | 3.01 | 9.65 | - |
| YUV | 45.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 88 | 0.73 | 0.45 | 0 | 0.65 | 217.5 | 0.57 | 0.22 |
| Hex | 18 | 30 | 58 | 49 | 2D | 0 | 41 | DA | 39 | 16 |
| Octal | 30 | 60 | 130 | 111 | 55 | 0 | 101 | 332 | 71 | 26 |
| Binary | 11000 | 110000 | 1011000 | 1001001 | 101101 | 0 | 1000001 | 11011010 | 111001 | 10110 |
Color Harmonies of #183058
Complementary color
Monochromatic Colors of #183058
Black with #183058
Text Example
Text Example
White with #183058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183058; }
p { color: rgb(24,48,88); }
H1.HeaderClassName
{
color: #183058;
}
.AnyTagClassName
{
color: #183058;
}
</style>
background-color css
<style>
a { background-color: #183058; }
a { background-color: rgb(24,48,88); }
div.DivClassName
{
background-color: #183058;
}
.BgClassName
{
background-color: #183058;
}
</style>
border-color css
<style>
span { border-color: #183058; }
span { border-color: rgb(24,48,88); }
td.TdClassName
{
border-color: #183058;
}
.TagClassName
{
border-color: #183058;
}
</style>