Shades of Catalina Blue #183C6E
Tints of Catalina Blue #183C6E
RGB
CMYK
RGB Variations
Color information
#183C6E (or 0x183C6E) is known color: Catalina Blue. HEX triplet: 18, 3C and 6E. RGB value is (24,60,110). Sum of RGB (Red+Green+Blue) = 24+60+110=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #183C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C6E is #E7C391. Grayscale: #363636. Windows color (decimal): -15188882 or 7224344. OLE color: 7224344.
HSL color Cylindrical-coordinate representation of color #183C6E: hue angle of 214.88º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #183C6E is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 60 | 110 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.57 |
| HSL | 214.88º | 0.64% | 0.26% | - |
| HSV(B) | 214.88º | 0.78% | 0.43% | - |
| XYZ | 4.81 | 4.55 | 15.38 | - |
| YUV | 54.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 110 | 0.78 | 0.45 | 0 | 0.57 | 214.88 | 0.64 | 0.26 |
| Hex | 18 | 3C | 6E | 4E | 2D | 0 | 39 | D7 | 40 | 1A |
| Octal | 30 | 74 | 156 | 116 | 55 | 0 | 71 | 327 | 100 | 32 |
| Binary | 11000 | 111100 | 1101110 | 1001110 | 101101 | 0 | 111001 | 11010111 | 1000000 | 11010 |
Color Harmonies of #183C6E
Complementary color
Monochromatic Colors of #183C6E
Black with #183C6E
Text Example
Text Example
White with #183C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C6E; }
p { color: rgb(24,60,110); }
H1.HeaderClassName
{
color: #183C6E;
}
.AnyTagClassName
{
color: #183C6E;
}
</style>
background-color css
<style>
a { background-color: #183C6E; }
a { background-color: rgb(24,60,110); }
div.DivClassName
{
background-color: #183C6E;
}
.BgClassName
{
background-color: #183C6E;
}
</style>
border-color css
<style>
span { border-color: #183C6E; }
span { border-color: rgb(24,60,110); }
td.TdClassName
{
border-color: #183C6E;
}
.TagClassName
{
border-color: #183C6E;
}
</style>