Shades of Catalina Blue #1F366C
Tints of Catalina Blue #1F366C
RGB
CMYK
RGB Variations
Color information
#1F366C (or 0x1F366C) is known color: Catalina Blue. HEX triplet: 1F, 36 and 6C. RGB value is (31,54,108). Sum of RGB (Red+Green+Blue) = 31+54+108=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F366C is #E0C993. Grayscale: #353535. Windows color (decimal): -14731668 or 7091743. OLE color: 7091743.
HSL color Cylindrical-coordinate representation of color #1F366C: hue angle of 222.08º 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 #1F366C is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 54 | 108 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.58 |
| HSL | 222.08º | 0.55% | 0.27% | - |
| HSV(B) | 222.08º | 0.71% | 0.42% | - |
| XYZ | 4.59 | 4.01 | 14.72 | - |
| YUV | 53.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 108 | 0.71 | 0.50 | 0 | 0.58 | 222.08 | 0.55 | 0.27 |
| Hex | 1F | 36 | 6C | 47 | 32 | 0 | 3A | DE | 37 | 1B |
| Octal | 37 | 66 | 154 | 107 | 62 | 0 | 72 | 336 | 67 | 33 |
| Binary | 11111 | 110110 | 1101100 | 1000111 | 110010 | 0 | 111010 | 11011110 | 110111 | 11011 |
Color Harmonies of #1F366C
Complementary color
Monochromatic Colors of #1F366C
Black with #1F366C
Text Example
Text Example
White with #1F366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F366C; }
p { color: rgb(31,54,108); }
H1.HeaderClassName
{
color: #1F366C;
}
.AnyTagClassName
{
color: #1F366C;
}
</style>
background-color css
<style>
a { background-color: #1F366C; }
a { background-color: rgb(31,54,108); }
div.DivClassName
{
background-color: #1F366C;
}
.BgClassName
{
background-color: #1F366C;
}
</style>
border-color css
<style>
span { border-color: #1F366C; }
span { border-color: rgb(31,54,108); }
td.TdClassName
{
border-color: #1F366C;
}
.TagClassName
{
border-color: #1F366C;
}
</style>