Shades of Catalina Blue #16376A
Tints of Catalina Blue #16376A
RGB
CMYK
RGB Variations
Color information
#16376A (or 0x16376A) is known color: Catalina Blue. HEX triplet: 16, 37 and 6A. RGB value is (22,55,106). Sum of RGB (Red+Green+Blue) = 22+55+106=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #16376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16376A is #E9C895. Grayscale: #323232. Windows color (decimal): -15321238 or 6960918. OLE color: 6960918.
HSL color Cylindrical-coordinate representation of color #16376A: hue angle of 216.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16376A is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 55 | 106 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.58 |
| HSL | 216.43º | 0.66% | 0.25% | - |
| HSV(B) | 216.43º | 0.79% | 0.42% | - |
| XYZ | 4.3 | 3.94 | 14.17 | - |
| YUV | 50.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 106 | 0.79 | 0.48 | 0 | 0.58 | 216.43 | 0.66 | 0.25 |
| Hex | 16 | 37 | 6A | 4F | 30 | 0 | 3A | D8 | 42 | 19 |
| Octal | 26 | 67 | 152 | 117 | 60 | 0 | 72 | 330 | 102 | 31 |
| Binary | 10110 | 110111 | 1101010 | 1001111 | 110000 | 0 | 111010 | 11011000 | 1000010 | 11001 |
Color Harmonies of #16376A
Complementary color
Monochromatic Colors of #16376A
Black with #16376A
Text Example
Text Example
White with #16376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16376A; }
p { color: rgb(22,55,106); }
H1.HeaderClassName
{
color: #16376A;
}
.AnyTagClassName
{
color: #16376A;
}
</style>
background-color css
<style>
a { background-color: #16376A; }
a { background-color: rgb(22,55,106); }
div.DivClassName
{
background-color: #16376A;
}
.BgClassName
{
background-color: #16376A;
}
</style>
border-color css
<style>
span { border-color: #16376A; }
span { border-color: rgb(22,55,106); }
td.TdClassName
{
border-color: #16376A;
}
.TagClassName
{
border-color: #16376A;
}
</style>