Shades of Cerulean Blue #1F49BE
Tints of Cerulean Blue #1F49BE
RGB
CMYK
RGB Variations
Color information
#1F49BE (or 0x1F49BE) is known color: Cerulean Blue. HEX triplet: 1F, 49 and BE. RGB value is (31,73,190). Sum of RGB (Red+Green+Blue) = 31+73+190=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F49BE is #E0B641. Grayscale: #494949. Windows color (decimal): -14726722 or 12470559. OLE color: 12470559.
HSL color Cylindrical-coordinate representation of color #1F49BE: hue angle of 224.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F49BE is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 73 | 190 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.25 |
| HSL | 224.15º | 0.72% | 0.43% | - |
| HSV(B) | 224.15º | 0.84% | 0.75% | - |
| XYZ | 12.24 | 8.77 | 49.76 | - |
| YUV | 73.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 190 | 0.84 | 0.62 | 0 | 0.25 | 224.15 | 0.72 | 0.43 |
| Hex | 1F | 49 | BE | 54 | 3E | 0 | 19 | E0 | 48 | 2B |
| Octal | 37 | 111 | 276 | 124 | 76 | 0 | 31 | 340 | 110 | 53 |
| Binary | 11111 | 1001001 | 10111110 | 1010100 | 111110 | 0 | 11001 | 11100000 | 1001000 | 101011 |
Color Harmonies of #1F49BE
Complementary color
Monochromatic Colors of #1F49BE
Black with #1F49BE
Text Example
Text Example
White with #1F49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F49BE; }
p { color: rgb(31,73,190); }
H1.HeaderClassName
{
color: #1F49BE;
}
.AnyTagClassName
{
color: #1F49BE;
}
</style>
background-color css
<style>
a { background-color: #1F49BE; }
a { background-color: rgb(31,73,190); }
div.DivClassName
{
background-color: #1F49BE;
}
.BgClassName
{
background-color: #1F49BE;
}
</style>
border-color css
<style>
span { border-color: #1F49BE; }
span { border-color: rgb(31,73,190); }
td.TdClassName
{
border-color: #1F49BE;
}
.TagClassName
{
border-color: #1F49BE;
}
</style>