Shades of Cerulean Blue #1F4AAA
Tints of Cerulean Blue #1F4AAA
RGB
CMYK
RGB Variations
Color information
#1F4AAA (or 0x1F4AAA) is known color: Cerulean Blue. HEX triplet: 1F, 4A and AA. RGB value is (31,74,170). Sum of RGB (Red+Green+Blue) = 31+74+170=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4AAA is #E0B555. Grayscale: #474747. Windows color (decimal): -14726486 or 11160095. OLE color: 11160095.
HSL color Cylindrical-coordinate representation of color #1F4AAA: hue angle of 221.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F4AAA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 74 | 170 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.33 |
| HSL | 221.44º | 0.69% | 0.39% | - |
| HSV(B) | 221.44º | 0.82% | 0.67% | - |
| XYZ | 10.27 | 8.09 | 39.05 | - |
| YUV | 72.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 170 | 0.82 | 0.56 | 0 | 0.33 | 221.44 | 0.69 | 0.39 |
| Hex | 1F | 4A | AA | 52 | 38 | 0 | 21 | DD | 45 | 27 |
| Octal | 37 | 112 | 252 | 122 | 70 | 0 | 41 | 335 | 105 | 47 |
| Binary | 11111 | 1001010 | 10101010 | 1010010 | 111000 | 0 | 100001 | 11011101 | 1000101 | 100111 |
Color Harmonies of #1F4AAA
Complementary color
Monochromatic Colors of #1F4AAA
Black with #1F4AAA
Text Example
Text Example
White with #1F4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4AAA; }
p { color: rgb(31,74,170); }
H1.HeaderClassName
{
color: #1F4AAA;
}
.AnyTagClassName
{
color: #1F4AAA;
}
</style>
background-color css
<style>
a { background-color: #1F4AAA; }
a { background-color: rgb(31,74,170); }
div.DivClassName
{
background-color: #1F4AAA;
}
.BgClassName
{
background-color: #1F4AAA;
}
</style>
border-color css
<style>
span { border-color: #1F4AAA; }
span { border-color: rgb(31,74,170); }
td.TdClassName
{
border-color: #1F4AAA;
}
.TagClassName
{
border-color: #1F4AAA;
}
</style>