Shades of Cerulean Blue #1F4DA6
Tints of Cerulean Blue #1F4DA6
RGB
CMYK
RGB Variations
Color information
#1F4DA6 (or 0x1F4DA6) is known color: Cerulean Blue. HEX triplet: 1F, 4D and A6. RGB value is (31,77,166). Sum of RGB (Red+Green+Blue) = 31+77+166=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 166 (65.23% from 255 or 60.58% from 274); Max value from RGB is 166 - color contains mainly: blue. Hex color #1F4DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4DA6 is #E0B259. Grayscale: #484848. Windows color (decimal): -14725722 or 10898719. OLE color: 10898719.
HSL color Cylindrical-coordinate representation of color #1F4DA6: hue angle of 219.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F4DA6 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 77 | 166 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.35 |
| HSL | 219.56º | 0.69% | 0.39% | - |
| HSV(B) | 219.56º | 0.81% | 0.65% | - |
| XYZ | 10.1 | 8.35 | 37.16 | - |
| YUV | 73.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 166 | 0.81 | 0.54 | 0 | 0.35 | 219.56 | 0.69 | 0.39 |
| Hex | 1F | 4D | A6 | 51 | 36 | 0 | 23 | DC | 45 | 27 |
| Octal | 37 | 115 | 246 | 121 | 66 | 0 | 43 | 334 | 105 | 47 |
| Binary | 11111 | 1001101 | 10100110 | 1010001 | 110110 | 0 | 100011 | 11011100 | 1000101 | 100111 |
Color Harmonies of #1F4DA6
Complementary color
Monochromatic Colors of #1F4DA6
Black with #1F4DA6
Text Example
Text Example
White with #1F4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4DA6; }
p { color: rgb(31,77,166); }
H1.HeaderClassName
{
color: #1F4DA6;
}
.AnyTagClassName
{
color: #1F4DA6;
}
</style>
background-color css
<style>
a { background-color: #1F4DA6; }
a { background-color: rgb(31,77,166); }
div.DivClassName
{
background-color: #1F4DA6;
}
.BgClassName
{
background-color: #1F4DA6;
}
</style>
border-color css
<style>
span { border-color: #1F4DA6; }
span { border-color: rgb(31,77,166); }
td.TdClassName
{
border-color: #1F4DA6;
}
.TagClassName
{
border-color: #1F4DA6;
}
</style>