Shades of Catalina Blue #1F3255
Tints of Catalina Blue #1F3255
RGB
CMYK
RGB Variations
Color information
#1F3255 (or 0x1F3255) is known color: Catalina Blue. HEX triplet: 1F, 32 and 55. RGB value is (31,50,85). Sum of RGB (Red+Green+Blue) = 31+50+85=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3255 is #E0CDAA. Grayscale: #303030. Windows color (decimal): -14732715 or 5583391. OLE color: 5583391.
HSL color Cylindrical-coordinate representation of color #1F3255: hue angle of 218.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3255 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 50 | 85 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.67 |
| HSL | 218.89º | 0.47% | 0.23% | - |
| HSV(B) | 218.89º | 0.64% | 0.33% | - |
| XYZ | 3.35 | 3.23 | 9.04 | - |
| YUV | 48.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 85 | 0.64 | 0.41 | 0 | 0.67 | 218.89 | 0.47 | 0.23 |
| Hex | 1F | 32 | 55 | 40 | 29 | 0 | 43 | DB | 2F | 17 |
| Octal | 37 | 62 | 125 | 100 | 51 | 0 | 103 | 333 | 57 | 27 |
| Binary | 11111 | 110010 | 1010101 | 1000000 | 101001 | 0 | 1000011 | 11011011 | 101111 | 10111 |
Color Harmonies of #1F3255
Complementary color
Monochromatic Colors of #1F3255
Black with #1F3255
Text Example
Text Example
White with #1F3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3255; }
p { color: rgb(31,50,85); }
H1.HeaderClassName
{
color: #1F3255;
}
.AnyTagClassName
{
color: #1F3255;
}
</style>
background-color css
<style>
a { background-color: #1F3255; }
a { background-color: rgb(31,50,85); }
div.DivClassName
{
background-color: #1F3255;
}
.BgClassName
{
background-color: #1F3255;
}
</style>
border-color css
<style>
span { border-color: #1F3255; }
span { border-color: rgb(31,50,85); }
td.TdClassName
{
border-color: #1F3255;
}
.TagClassName
{
border-color: #1F3255;
}
</style>