Shades of Cerulean Blue #1F52AF
Tints of Cerulean Blue #1F52AF
RGB
CMYK
RGB Variations
Color information
#1F52AF (or 0x1F52AF) is known color: Cerulean Blue. HEX triplet: 1F, 52 and AF. RGB value is (31,82,175). Sum of RGB (Red+Green+Blue) = 31+82+175=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F52AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52AF is #E0AD50. Grayscale: #4C4C4C. Windows color (decimal): -14724433 or 11489823. OLE color: 11489823.
HSL color Cylindrical-coordinate representation of color #1F52AF: hue angle of 218.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F52AF is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 82 | 175 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.31 |
| HSL | 218.75º | 0.7% | 0.4% | - |
| HSV(B) | 218.75º | 0.82% | 0.69% | - |
| XYZ | 11.32 | 9.42 | 41.78 | - |
| YUV | 77.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 175 | 0.82 | 0.53 | 0 | 0.31 | 218.75 | 0.7 | 0.4 |
| Hex | 1F | 52 | AF | 52 | 35 | 0 | 1F | DB | 46 | 28 |
| Octal | 37 | 122 | 257 | 122 | 65 | 0 | 37 | 333 | 106 | 50 |
| Binary | 11111 | 1010010 | 10101111 | 1010010 | 110101 | 0 | 11111 | 11011011 | 1000110 | 101000 |
Color Harmonies of #1F52AF
Complementary color
Monochromatic Colors of #1F52AF
Black with #1F52AF
Text Example
Text Example
White with #1F52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52AF; }
p { color: rgb(31,82,175); }
H1.HeaderClassName
{
color: #1F52AF;
}
.AnyTagClassName
{
color: #1F52AF;
}
</style>
background-color css
<style>
a { background-color: #1F52AF; }
a { background-color: rgb(31,82,175); }
div.DivClassName
{
background-color: #1F52AF;
}
.BgClassName
{
background-color: #1F52AF;
}
</style>
border-color css
<style>
span { border-color: #1F52AF; }
span { border-color: rgb(31,82,175); }
td.TdClassName
{
border-color: #1F52AF;
}
.TagClassName
{
border-color: #1F52AF;
}
</style>