Shades of Catalina Blue #1F375F
Tints of Catalina Blue #1F375F
RGB
CMYK
RGB Variations
Color information
#1F375F (or 0x1F375F) is known color: Catalina Blue. HEX triplet: 1F, 37 and 5F. RGB value is (31,55,95). Sum of RGB (Red+Green+Blue) = 31+55+95=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F375F is #E0C8A0. Grayscale: #343434. Windows color (decimal): -14731425 or 6240031. OLE color: 6240031.
HSL color Cylindrical-coordinate representation of color #1F375F: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F375F is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 55 | 95 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.63 |
| HSL | 217.5º | 0.51% | 0.25% | - |
| HSV(B) | 217.5º | 0.67% | 0.37% | - |
| XYZ | 4 | 3.85 | 11.36 | - |
| YUV | 52.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 95 | 0.67 | 0.42 | 0 | 0.63 | 217.5 | 0.51 | 0.25 |
| Hex | 1F | 37 | 5F | 43 | 2A | 0 | 3F | DA | 33 | 19 |
| Octal | 37 | 67 | 137 | 103 | 52 | 0 | 77 | 332 | 63 | 31 |
| Binary | 11111 | 110111 | 1011111 | 1000011 | 101010 | 0 | 111111 | 11011010 | 110011 | 11001 |
Color Harmonies of #1F375F
Complementary color
Monochromatic Colors of #1F375F
Black with #1F375F
Text Example
Text Example
White with #1F375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F375F; }
p { color: rgb(31,55,95); }
H1.HeaderClassName
{
color: #1F375F;
}
.AnyTagClassName
{
color: #1F375F;
}
</style>
background-color css
<style>
a { background-color: #1F375F; }
a { background-color: rgb(31,55,95); }
div.DivClassName
{
background-color: #1F375F;
}
.BgClassName
{
background-color: #1F375F;
}
</style>
border-color css
<style>
span { border-color: #1F375F; }
span { border-color: rgb(31,55,95); }
td.TdClassName
{
border-color: #1F375F;
}
.TagClassName
{
border-color: #1F375F;
}
</style>