Shades of Catalina Blue #18305A
Tints of Catalina Blue #18305A
RGB
CMYK
RGB Variations
Color information
#18305A (or 0x18305A) is known color: Catalina Blue. HEX triplet: 18, 30 and 5A. RGB value is (24,48,90). Sum of RGB (Red+Green+Blue) = 24+48+90=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #18305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18305A is #E7CFA5. Grayscale: #2D2D2D. Windows color (decimal): -15191974 or 5910552. OLE color: 5910552.
HSL color Cylindrical-coordinate representation of color #18305A: hue angle of 218.18º degrees, saturation: 0.58, 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 #18305A is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 48 | 90 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.65 |
| HSL | 218.18º | 0.58% | 0.22% | - |
| HSV(B) | 218.18º | 0.73% | 0.35% | - |
| XYZ | 3.28 | 3.05 | 10.09 | - |
| YUV | 45.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 90 | 0.73 | 0.47 | 0 | 0.65 | 218.18 | 0.58 | 0.22 |
| Hex | 18 | 30 | 5A | 49 | 2F | 0 | 41 | DA | 3A | 16 |
| Octal | 30 | 60 | 132 | 111 | 57 | 0 | 101 | 332 | 72 | 26 |
| Binary | 11000 | 110000 | 1011010 | 1001001 | 101111 | 0 | 1000001 | 11011010 | 111010 | 10110 |
Color Harmonies of #18305A
Complementary color
Monochromatic Colors of #18305A
Black with #18305A
Text Example
Text Example
White with #18305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18305A; }
p { color: rgb(24,48,90); }
H1.HeaderClassName
{
color: #18305A;
}
.AnyTagClassName
{
color: #18305A;
}
</style>
background-color css
<style>
a { background-color: #18305A; }
a { background-color: rgb(24,48,90); }
div.DivClassName
{
background-color: #18305A;
}
.BgClassName
{
background-color: #18305A;
}
</style>
border-color css
<style>
span { border-color: #18305A; }
span { border-color: rgb(24,48,90); }
td.TdClassName
{
border-color: #18305A;
}
.TagClassName
{
border-color: #18305A;
}
</style>