Shades of Cerulean Blue #1F52AA
Tints of Cerulean Blue #1F52AA
RGB
CMYK
RGB Variations
Color information
#1F52AA (or 0x1F52AA) is known color: Cerulean Blue. HEX triplet: 1F, 52 and AA. RGB value is (31,82,170). Sum of RGB (Red+Green+Blue) = 31+82+170=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F52AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52AA is #E0AD55. Grayscale: #4C4C4C. Windows color (decimal): -14724438 or 11162143. OLE color: 11162143.
HSL color Cylindrical-coordinate representation of color #1F52AA: hue angle of 217.99º 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 #1F52AA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 82 | 170 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.33 |
| HSL | 217.99º | 0.69% | 0.39% | - |
| HSV(B) | 217.99º | 0.82% | 0.67% | - |
| XYZ | 10.84 | 9.23 | 39.24 | - |
| YUV | 76.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 170 | 0.82 | 0.52 | 0 | 0.33 | 217.99 | 0.69 | 0.39 |
| Hex | 1F | 52 | AA | 52 | 34 | 0 | 21 | DA | 45 | 27 |
| Octal | 37 | 122 | 252 | 122 | 64 | 0 | 41 | 332 | 105 | 47 |
| Binary | 11111 | 1010010 | 10101010 | 1010010 | 110100 | 0 | 100001 | 11011010 | 1000101 | 100111 |
Color Harmonies of #1F52AA
Complementary color
Monochromatic Colors of #1F52AA
Black with #1F52AA
Text Example
Text Example
White with #1F52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52AA; }
p { color: rgb(31,82,170); }
H1.HeaderClassName
{
color: #1F52AA;
}
.AnyTagClassName
{
color: #1F52AA;
}
</style>
background-color css
<style>
a { background-color: #1F52AA; }
a { background-color: rgb(31,82,170); }
div.DivClassName
{
background-color: #1F52AA;
}
.BgClassName
{
background-color: #1F52AA;
}
</style>
border-color css
<style>
span { border-color: #1F52AA; }
span { border-color: rgb(31,82,170); }
td.TdClassName
{
border-color: #1F52AA;
}
.TagClassName
{
border-color: #1F52AA;
}
</style>