Shades of Catalina Blue #1F305D
Tints of Catalina Blue #1F305D
RGB
CMYK
RGB Variations
Color information
#1F305D (or 0x1F305D) is known color: Catalina Blue. HEX triplet: 1F, 30 and 5D. RGB value is (31,48,93). Sum of RGB (Red+Green+Blue) = 31+48+93=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F305D is #E0CFA2. Grayscale: #2F2F2F. Windows color (decimal): -14733219 or 6107167. OLE color: 6107167.
HSL color Cylindrical-coordinate representation of color #1F305D: hue angle of 223.55º 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 #1F305D is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 48 | 93 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.64 |
| HSL | 223.55º | 0.5% | 0.24% | - |
| HSV(B) | 223.55º | 0.67% | 0.36% | - |
| XYZ | 3.6 | 3.2 | 10.78 | - |
| YUV | 48.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 93 | 0.67 | 0.48 | 0 | 0.64 | 223.55 | 0.5 | 0.24 |
| Hex | 1F | 30 | 5D | 43 | 30 | 0 | 40 | E0 | 32 | 18 |
| Octal | 37 | 60 | 135 | 103 | 60 | 0 | 100 | 340 | 62 | 30 |
| Binary | 11111 | 110000 | 1011101 | 1000011 | 110000 | 0 | 1000000 | 11100000 | 110010 | 11000 |
Color Harmonies of #1F305D
Complementary color
Monochromatic Colors of #1F305D
Black with #1F305D
Text Example
Text Example
White with #1F305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F305D; }
p { color: rgb(31,48,93); }
H1.HeaderClassName
{
color: #1F305D;
}
.AnyTagClassName
{
color: #1F305D;
}
</style>
background-color css
<style>
a { background-color: #1F305D; }
a { background-color: rgb(31,48,93); }
div.DivClassName
{
background-color: #1F305D;
}
.BgClassName
{
background-color: #1F305D;
}
</style>
border-color css
<style>
span { border-color: #1F305D; }
span { border-color: rgb(31,48,93); }
td.TdClassName
{
border-color: #1F305D;
}
.TagClassName
{
border-color: #1F305D;
}
</style>