Shades of Cerulean Blue #1F49AB
Tints of Cerulean Blue #1F49AB
RGB
CMYK
RGB Variations
Color information
#1F49AB (or 0x1F49AB) is known color: Cerulean Blue. HEX triplet: 1F, 49 and AB. RGB value is (31,73,171). Sum of RGB (Red+Green+Blue) = 31+73+171=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F49AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F49AB is #E0B654. Grayscale: #474747. Windows color (decimal): -14726741 or 11225375. OLE color: 11225375.
HSL color Cylindrical-coordinate representation of color #1F49AB: hue angle of 222º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F49AB is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 73 | 171 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.33 |
| HSL | 222º | 0.69% | 0.4% | - |
| HSV(B) | 222º | 0.82% | 0.67% | - |
| XYZ | 10.3 | 8 | 39.53 | - |
| YUV | 71.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 171 | 0.82 | 0.57 | 0 | 0.33 | 222 | 0.69 | 0.4 |
| Hex | 1F | 49 | AB | 52 | 39 | 0 | 21 | DE | 45 | 28 |
| Octal | 37 | 111 | 253 | 122 | 71 | 0 | 41 | 336 | 105 | 50 |
| Binary | 11111 | 1001001 | 10101011 | 1010010 | 111001 | 0 | 100001 | 11011110 | 1000101 | 101000 |
Color Harmonies of #1F49AB
Complementary color
Monochromatic Colors of #1F49AB
Black with #1F49AB
Text Example
Text Example
White with #1F49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F49AB; }
p { color: rgb(31,73,171); }
H1.HeaderClassName
{
color: #1F49AB;
}
.AnyTagClassName
{
color: #1F49AB;
}
</style>
background-color css
<style>
a { background-color: #1F49AB; }
a { background-color: rgb(31,73,171); }
div.DivClassName
{
background-color: #1F49AB;
}
.BgClassName
{
background-color: #1F49AB;
}
</style>
border-color css
<style>
span { border-color: #1F49AB; }
span { border-color: rgb(31,73,171); }
td.TdClassName
{
border-color: #1F49AB;
}
.TagClassName
{
border-color: #1F49AB;
}
</style>