Shades of Catalina Blue #1F3459
Tints of Catalina Blue #1F3459
RGB
CMYK
RGB Variations
Color information
#1F3459 (or 0x1F3459) is known color: Catalina Blue. HEX triplet: 1F, 34 and 59. RGB value is (31,52,89). Sum of RGB (Red+Green+Blue) = 31+52+89=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3459 is #E0CBA6. Grayscale: #313131. Windows color (decimal): -14732199 or 5846047. OLE color: 5846047.
HSL color Cylindrical-coordinate representation of color #1F3459: hue angle of 218.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3459 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 52 | 89 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.65 |
| HSL | 218.28º | 0.48% | 0.24% | - |
| HSV(B) | 218.28º | 0.65% | 0.35% | - |
| XYZ | 3.6 | 3.47 | 9.93 | - |
| YUV | 49.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 89 | 0.65 | 0.42 | 0 | 0.65 | 218.28 | 0.48 | 0.24 |
| Hex | 1F | 34 | 59 | 41 | 2A | 0 | 41 | DA | 30 | 18 |
| Octal | 37 | 64 | 131 | 101 | 52 | 0 | 101 | 332 | 60 | 30 |
| Binary | 11111 | 110100 | 1011001 | 1000001 | 101010 | 0 | 1000001 | 11011010 | 110000 | 11000 |
Color Harmonies of #1F3459
Complementary color
Monochromatic Colors of #1F3459
Black with #1F3459
Text Example
Text Example
White with #1F3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3459; }
p { color: rgb(31,52,89); }
H1.HeaderClassName
{
color: #1F3459;
}
.AnyTagClassName
{
color: #1F3459;
}
</style>
background-color css
<style>
a { background-color: #1F3459; }
a { background-color: rgb(31,52,89); }
div.DivClassName
{
background-color: #1F3459;
}
.BgClassName
{
background-color: #1F3459;
}
</style>
border-color css
<style>
span { border-color: #1F3459; }
span { border-color: rgb(31,52,89); }
td.TdClassName
{
border-color: #1F3459;
}
.TagClassName
{
border-color: #1F3459;
}
</style>