Shades of Catalina Blue #1F3067
Tints of Catalina Blue #1F3067
RGB
CMYK
RGB Variations
Color information
#1F3067 (or 0x1F3067) is known color: Catalina Blue. HEX triplet: 1F, 30 and 67. RGB value is (31,48,103). Sum of RGB (Red+Green+Blue) = 31+48+103=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F3067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3067 is #E0CF98. Grayscale: #303030. Windows color (decimal): -14733209 or 6762527. OLE color: 6762527.
HSL color Cylindrical-coordinate representation of color #1F3067: hue angle of 225.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3067 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 48 | 103 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.60 |
| HSL | 225.83º | 0.54% | 0.26% | - |
| HSV(B) | 225.83º | 0.7% | 0.4% | - |
| XYZ | 4.07 | 3.38 | 13.27 | - |
| YUV | 49.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 103 | 0.70 | 0.53 | 0 | 0.60 | 225.83 | 0.54 | 0.26 |
| Hex | 1F | 30 | 67 | 46 | 35 | 0 | 3C | E2 | 36 | 1A |
| Octal | 37 | 60 | 147 | 106 | 65 | 0 | 74 | 342 | 66 | 32 |
| Binary | 11111 | 110000 | 1100111 | 1000110 | 110101 | 0 | 111100 | 11100010 | 110110 | 11010 |
Color Harmonies of #1F3067
Complementary color
Monochromatic Colors of #1F3067
Black with #1F3067
Text Example
Text Example
White with #1F3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3067; }
p { color: rgb(31,48,103); }
H1.HeaderClassName
{
color: #1F3067;
}
.AnyTagClassName
{
color: #1F3067;
}
</style>
background-color css
<style>
a { background-color: #1F3067; }
a { background-color: rgb(31,48,103); }
div.DivClassName
{
background-color: #1F3067;
}
.BgClassName
{
background-color: #1F3067;
}
</style>
border-color css
<style>
span { border-color: #1F3067; }
span { border-color: rgb(31,48,103); }
td.TdClassName
{
border-color: #1F3067;
}
.TagClassName
{
border-color: #1F3067;
}
</style>