Shades of Catalina Blue #1F3253
Tints of Catalina Blue #1F3253
RGB
CMYK
RGB Variations
Color information
#1F3253 (or 0x1F3253) is known color: Catalina Blue. HEX triplet: 1F, 32 and 53. RGB value is (31,50,83). Sum of RGB (Red+Green+Blue) = 31+50+83=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #1F3253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3253 is #E0CDAC. Grayscale: #2F2F2F. Windows color (decimal): -14732717 or 5452319. OLE color: 5452319.
HSL color Cylindrical-coordinate representation of color #1F3253: hue angle of 218.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F3253 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 50 | 83 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.67 |
| HSL | 218.08º | 0.46% | 0.22% | - |
| HSV(B) | 218.08º | 0.63% | 0.33% | - |
| XYZ | 3.27 | 3.2 | 8.63 | - |
| YUV | 48.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 83 | 0.63 | 0.40 | 0 | 0.67 | 218.08 | 0.46 | 0.22 |
| Hex | 1F | 32 | 53 | 3F | 28 | 0 | 43 | DA | 2E | 16 |
| Octal | 37 | 62 | 123 | 77 | 50 | 0 | 103 | 332 | 56 | 26 |
| Binary | 11111 | 110010 | 1010011 | 111111 | 101000 | 0 | 1000011 | 11011010 | 101110 | 10110 |
Color Harmonies of #1F3253
Complementary color
Monochromatic Colors of #1F3253
Black with #1F3253
Text Example
Text Example
White with #1F3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3253; }
p { color: rgb(31,50,83); }
H1.HeaderClassName
{
color: #1F3253;
}
.AnyTagClassName
{
color: #1F3253;
}
</style>
background-color css
<style>
a { background-color: #1F3253; }
a { background-color: rgb(31,50,83); }
div.DivClassName
{
background-color: #1F3253;
}
.BgClassName
{
background-color: #1F3253;
}
</style>
border-color css
<style>
span { border-color: #1F3253; }
span { border-color: rgb(31,50,83); }
td.TdClassName
{
border-color: #1F3253;
}
.TagClassName
{
border-color: #1F3253;
}
</style>