Shades of Catalina Blue #1F385D
Tints of Catalina Blue #1F385D
RGB
CMYK
RGB Variations
Color information
#1F385D (or 0x1F385D) is known color: Catalina Blue. HEX triplet: 1F, 38 and 5D. RGB value is (31,56,93). Sum of RGB (Red+Green+Blue) = 31+56+93=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F385D is #E0C7A2. Grayscale: #343434. Windows color (decimal): -14731171 or 6109215. OLE color: 6109215.
HSL color Cylindrical-coordinate representation of color #1F385D: hue angle of 215.81º 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 #1F385D is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 56 | 93 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.64 |
| HSL | 215.81º | 0.5% | 0.24% | - |
| HSV(B) | 215.81º | 0.67% | 0.36% | - |
| XYZ | 3.96 | 3.91 | 10.9 | - |
| YUV | 52.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 93 | 0.67 | 0.40 | 0 | 0.64 | 215.81 | 0.5 | 0.24 |
| Hex | 1F | 38 | 5D | 43 | 28 | 0 | 40 | D8 | 32 | 18 |
| Octal | 37 | 70 | 135 | 103 | 50 | 0 | 100 | 330 | 62 | 30 |
| Binary | 11111 | 111000 | 1011101 | 1000011 | 101000 | 0 | 1000000 | 11011000 | 110010 | 11000 |
Color Harmonies of #1F385D
Complementary color
Monochromatic Colors of #1F385D
Black with #1F385D
Text Example
Text Example
White with #1F385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F385D; }
p { color: rgb(31,56,93); }
H1.HeaderClassName
{
color: #1F385D;
}
.AnyTagClassName
{
color: #1F385D;
}
</style>
background-color css
<style>
a { background-color: #1F385D; }
a { background-color: rgb(31,56,93); }
div.DivClassName
{
background-color: #1F385D;
}
.BgClassName
{
background-color: #1F385D;
}
</style>
border-color css
<style>
span { border-color: #1F385D; }
span { border-color: rgb(31,56,93); }
td.TdClassName
{
border-color: #1F385D;
}
.TagClassName
{
border-color: #1F385D;
}
</style>