Shades of Catalina Blue #183A6A
Tints of Catalina Blue #183A6A
RGB
CMYK
RGB Variations
Color information
#183A6A (or 0x183A6A) is known color: Catalina Blue. HEX triplet: 18, 3A and 6A. RGB value is (24,58,106). Sum of RGB (Red+Green+Blue) = 24+58+106=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #183A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A6A is #E7C595. Grayscale: #353535. Windows color (decimal): -15189398 or 6961688. OLE color: 6961688.
HSL color Cylindrical-coordinate representation of color #183A6A: hue angle of 215.12º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183A6A is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 58 | 106 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.58 |
| HSL | 215.12º | 0.63% | 0.25% | - |
| HSV(B) | 215.12º | 0.77% | 0.42% | - |
| XYZ | 4.49 | 4.26 | 14.22 | - |
| YUV | 53.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 106 | 0.77 | 0.45 | 0 | 0.58 | 215.12 | 0.63 | 0.25 |
| Hex | 18 | 3A | 6A | 4D | 2D | 0 | 3A | D7 | 3F | 19 |
| Octal | 30 | 72 | 152 | 115 | 55 | 0 | 72 | 327 | 77 | 31 |
| Binary | 11000 | 111010 | 1101010 | 1001101 | 101101 | 0 | 111010 | 11010111 | 111111 | 11001 |
Color Harmonies of #183A6A
Complementary color
Monochromatic Colors of #183A6A
Black with #183A6A
Text Example
Text Example
White with #183A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A6A; }
p { color: rgb(24,58,106); }
H1.HeaderClassName
{
color: #183A6A;
}
.AnyTagClassName
{
color: #183A6A;
}
</style>
background-color css
<style>
a { background-color: #183A6A; }
a { background-color: rgb(24,58,106); }
div.DivClassName
{
background-color: #183A6A;
}
.BgClassName
{
background-color: #183A6A;
}
</style>
border-color css
<style>
span { border-color: #183A6A; }
span { border-color: rgb(24,58,106); }
td.TdClassName
{
border-color: #183A6A;
}
.TagClassName
{
border-color: #183A6A;
}
</style>