Shades of Catalina Blue #1F366A
Tints of Catalina Blue #1F366A
RGB
CMYK
RGB Variations
Color information
#1F366A (or 0x1F366A) is known color: Catalina Blue. HEX triplet: 1F, 36 and 6A. RGB value is (31,54,106). Sum of RGB (Red+Green+Blue) = 31+54+106=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F366A is #E0C995. Grayscale: #343434. Windows color (decimal): -14731670 or 6960671. OLE color: 6960671.
HSL color Cylindrical-coordinate representation of color #1F366A: hue angle of 221.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F366A is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 54 | 106 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.58 |
| HSL | 221.6º | 0.55% | 0.27% | - |
| HSV(B) | 221.6º | 0.71% | 0.42% | - |
| XYZ | 4.49 | 3.97 | 14.17 | - |
| YUV | 53.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 106 | 0.71 | 0.49 | 0 | 0.58 | 221.6 | 0.55 | 0.27 |
| Hex | 1F | 36 | 6A | 47 | 31 | 0 | 3A | DE | 37 | 1B |
| Octal | 37 | 66 | 152 | 107 | 61 | 0 | 72 | 336 | 67 | 33 |
| Binary | 11111 | 110110 | 1101010 | 1000111 | 110001 | 0 | 111010 | 11011110 | 110111 | 11011 |
Color Harmonies of #1F366A
Complementary color
Monochromatic Colors of #1F366A
Black with #1F366A
Text Example
Text Example
White with #1F366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F366A; }
p { color: rgb(31,54,106); }
H1.HeaderClassName
{
color: #1F366A;
}
.AnyTagClassName
{
color: #1F366A;
}
</style>
background-color css
<style>
a { background-color: #1F366A; }
a { background-color: rgb(31,54,106); }
div.DivClassName
{
background-color: #1F366A;
}
.BgClassName
{
background-color: #1F366A;
}
</style>
border-color css
<style>
span { border-color: #1F366A; }
span { border-color: rgb(31,54,106); }
td.TdClassName
{
border-color: #1F366A;
}
.TagClassName
{
border-color: #1F366A;
}
</style>