Shades of Cerulean Blue #1F52AD
Tints of Cerulean Blue #1F52AD
RGB
CMYK
RGB Variations
Color information
#1F52AD (or 0x1F52AD) is known color: Cerulean Blue. HEX triplet: 1F, 52 and AD. RGB value is (31,82,173). Sum of RGB (Red+Green+Blue) = 31+82+173=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52AD is #E0AD52. Grayscale: #4C4C4C. Windows color (decimal): -14724435 or 11358751. OLE color: 11358751.
HSL color Cylindrical-coordinate representation of color #1F52AD: hue angle of 218.45º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F52AD is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 82 | 173 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.32 |
| HSL | 218.45º | 0.7% | 0.4% | - |
| HSV(B) | 218.45º | 0.82% | 0.68% | - |
| XYZ | 11.13 | 9.34 | 40.75 | - |
| YUV | 77.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 173 | 0.82 | 0.53 | 0 | 0.32 | 218.45 | 0.7 | 0.4 |
| Hex | 1F | 52 | AD | 52 | 35 | 0 | 20 | DA | 46 | 28 |
| Octal | 37 | 122 | 255 | 122 | 65 | 0 | 40 | 332 | 106 | 50 |
| Binary | 11111 | 1010010 | 10101101 | 1010010 | 110101 | 0 | 100000 | 11011010 | 1000110 | 101000 |
Color Harmonies of #1F52AD
Complementary color
Monochromatic Colors of #1F52AD
Black with #1F52AD
Text Example
Text Example
White with #1F52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52AD; }
p { color: rgb(31,82,173); }
H1.HeaderClassName
{
color: #1F52AD;
}
.AnyTagClassName
{
color: #1F52AD;
}
</style>
background-color css
<style>
a { background-color: #1F52AD; }
a { background-color: rgb(31,82,173); }
div.DivClassName
{
background-color: #1F52AD;
}
.BgClassName
{
background-color: #1F52AD;
}
</style>
border-color css
<style>
span { border-color: #1F52AD; }
span { border-color: rgb(31,82,173); }
td.TdClassName
{
border-color: #1F52AD;
}
.TagClassName
{
border-color: #1F52AD;
}
</style>