Shades of Catalina Blue #1F2F5D
Tints of Catalina Blue #1F2F5D
RGB
CMYK
RGB Variations
Color information
#1F2F5D (or 0x1F2F5D) is known color: Catalina Blue. HEX triplet: 1F, 2F and 5D. RGB value is (31,47,93). Sum of RGB (Red+Green+Blue) = 31+47+93=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F2F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2F5D is #E0D0A2. Grayscale: #2F2F2F. Windows color (decimal): -14733475 or 6106911. OLE color: 6106911.
HSL color Cylindrical-coordinate representation of color #1F2F5D: hue angle of 224.52º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F2F5D is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 47 | 93 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.64 |
| HSL | 224.52º | 0.5% | 0.24% | - |
| HSV(B) | 224.52º | 0.67% | 0.36% | - |
| XYZ | 3.56 | 3.11 | 10.77 | - |
| YUV | 47.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 93 | 0.67 | 0.49 | 0 | 0.64 | 224.52 | 0.5 | 0.24 |
| Hex | 1F | 2F | 5D | 43 | 31 | 0 | 40 | E1 | 32 | 18 |
| Octal | 37 | 57 | 135 | 103 | 61 | 0 | 100 | 341 | 62 | 30 |
| Binary | 11111 | 101111 | 1011101 | 1000011 | 110001 | 0 | 1000000 | 11100001 | 110010 | 11000 |
Color Harmonies of #1F2F5D
Complementary color
Monochromatic Colors of #1F2F5D
Black with #1F2F5D
Text Example
Text Example
White with #1F2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F5D; }
p { color: rgb(31,47,93); }
H1.HeaderClassName
{
color: #1F2F5D;
}
.AnyTagClassName
{
color: #1F2F5D;
}
</style>
background-color css
<style>
a { background-color: #1F2F5D; }
a { background-color: rgb(31,47,93); }
div.DivClassName
{
background-color: #1F2F5D;
}
.BgClassName
{
background-color: #1F2F5D;
}
</style>
border-color css
<style>
span { border-color: #1F2F5D; }
span { border-color: rgb(31,47,93); }
td.TdClassName
{
border-color: #1F2F5D;
}
.TagClassName
{
border-color: #1F2F5D;
}
</style>