Shades of Catalina Blue #1F396C
Tints of Catalina Blue #1F396C
RGB
CMYK
RGB Variations
Color information
#1F396C (or 0x1F396C) is known color: Catalina Blue. HEX triplet: 1F, 39 and 6C. RGB value is (31,57,108). Sum of RGB (Red+Green+Blue) = 31+57+108=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F396C is #E0C693. Grayscale: #363636. Windows color (decimal): -14730900 or 7092511. OLE color: 7092511.
HSL color Cylindrical-coordinate representation of color #1F396C: hue angle of 219.74º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F396C is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 57 | 108 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.58 |
| HSL | 219.74º | 0.55% | 0.27% | - |
| HSV(B) | 219.74º | 0.71% | 0.42% | - |
| XYZ | 4.73 | 4.3 | 14.77 | - |
| YUV | 55.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 108 | 0.71 | 0.47 | 0 | 0.58 | 219.74 | 0.55 | 0.27 |
| Hex | 1F | 39 | 6C | 47 | 2F | 0 | 3A | DC | 37 | 1B |
| Octal | 37 | 71 | 154 | 107 | 57 | 0 | 72 | 334 | 67 | 33 |
| Binary | 11111 | 111001 | 1101100 | 1000111 | 101111 | 0 | 111010 | 11011100 | 110111 | 11011 |
Color Harmonies of #1F396C
Complementary color
Monochromatic Colors of #1F396C
Black with #1F396C
Text Example
Text Example
White with #1F396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F396C; }
p { color: rgb(31,57,108); }
H1.HeaderClassName
{
color: #1F396C;
}
.AnyTagClassName
{
color: #1F396C;
}
</style>
background-color css
<style>
a { background-color: #1F396C; }
a { background-color: rgb(31,57,108); }
div.DivClassName
{
background-color: #1F396C;
}
.BgClassName
{
background-color: #1F396C;
}
</style>
border-color css
<style>
span { border-color: #1F396C; }
span { border-color: rgb(31,57,108); }
td.TdClassName
{
border-color: #1F396C;
}
.TagClassName
{
border-color: #1F396C;
}
</style>