Shades of Cerulean Blue #1F53A5
Tints of Cerulean Blue #1F53A5
RGB
CMYK
RGB Variations
Color information
#1F53A5 (or 0x1F53A5) is known color: Cerulean Blue. HEX triplet: 1F, 53 and A5. RGB value is (31,83,165). Sum of RGB (Red+Green+Blue) = 31+83+165=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F53A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F53A5 is #E0AC5A. Grayscale: #4C4C4C. Windows color (decimal): -14724187 or 10834719. OLE color: 10834719.
HSL color Cylindrical-coordinate representation of color #1F53A5: hue angle of 216.72º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F53A5 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 83 | 165 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.35 |
| HSL | 216.72º | 0.68% | 0.38% | - |
| HSV(B) | 216.72º | 0.81% | 0.65% | - |
| XYZ | 10.45 | 9.19 | 36.82 | - |
| YUV | 76.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 165 | 0.81 | 0.50 | 0 | 0.35 | 216.72 | 0.68 | 0.38 |
| Hex | 1F | 53 | A5 | 51 | 32 | 0 | 23 | D9 | 44 | 26 |
| Octal | 37 | 123 | 245 | 121 | 62 | 0 | 43 | 331 | 104 | 46 |
| Binary | 11111 | 1010011 | 10100101 | 1010001 | 110010 | 0 | 100011 | 11011001 | 1000100 | 100110 |
Color Harmonies of #1F53A5
Complementary color
Monochromatic Colors of #1F53A5
Black with #1F53A5
Text Example
Text Example
White with #1F53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F53A5; }
p { color: rgb(31,83,165); }
H1.HeaderClassName
{
color: #1F53A5;
}
.AnyTagClassName
{
color: #1F53A5;
}
</style>
background-color css
<style>
a { background-color: #1F53A5; }
a { background-color: rgb(31,83,165); }
div.DivClassName
{
background-color: #1F53A5;
}
.BgClassName
{
background-color: #1F53A5;
}
</style>
border-color css
<style>
span { border-color: #1F53A5; }
span { border-color: rgb(31,83,165); }
td.TdClassName
{
border-color: #1F53A5;
}
.TagClassName
{
border-color: #1F53A5;
}
</style>