Shades of Cerulean Blue #1F52AB
Tints of Cerulean Blue #1F52AB
RGB
CMYK
RGB Variations
Color information
#1F52AB (or 0x1F52AB) is known color: Cerulean Blue. HEX triplet: 1F, 52 and AB. RGB value is (31,82,171). Sum of RGB (Red+Green+Blue) = 31+82+171=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F52AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52AB is #E0AD54. Grayscale: #4C4C4C. Windows color (decimal): -14724437 or 11227679. OLE color: 11227679.
HSL color Cylindrical-coordinate representation of color #1F52AB: hue angle of 218.14º 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 #1F52AB is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 82 | 171 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.33 |
| HSL | 218.14º | 0.69% | 0.4% | - |
| HSV(B) | 218.14º | 0.82% | 0.67% | - |
| XYZ | 10.93 | 9.27 | 39.74 | - |
| YUV | 76.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 171 | 0.82 | 0.52 | 0 | 0.33 | 218.14 | 0.69 | 0.4 |
| Hex | 1F | 52 | AB | 52 | 34 | 0 | 21 | DA | 45 | 28 |
| Octal | 37 | 122 | 253 | 122 | 64 | 0 | 41 | 332 | 105 | 50 |
| Binary | 11111 | 1010010 | 10101011 | 1010010 | 110100 | 0 | 100001 | 11011010 | 1000101 | 101000 |
Color Harmonies of #1F52AB
Complementary color
Monochromatic Colors of #1F52AB
Black with #1F52AB
Text Example
Text Example
White with #1F52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52AB; }
p { color: rgb(31,82,171); }
H1.HeaderClassName
{
color: #1F52AB;
}
.AnyTagClassName
{
color: #1F52AB;
}
</style>
background-color css
<style>
a { background-color: #1F52AB; }
a { background-color: rgb(31,82,171); }
div.DivClassName
{
background-color: #1F52AB;
}
.BgClassName
{
background-color: #1F52AB;
}
</style>
border-color css
<style>
span { border-color: #1F52AB; }
span { border-color: rgb(31,82,171); }
td.TdClassName
{
border-color: #1F52AB;
}
.TagClassName
{
border-color: #1F52AB;
}
</style>