Shades of Cerulean Blue #1A4DBA
Tints of Cerulean Blue #1A4DBA
RGB
CMYK
RGB Variations
Color information
#1A4DBA (or 0x1A4DBA) is known color: Cerulean Blue. HEX triplet: 1A, 4D and BA. RGB value is (26,77,186). Sum of RGB (Red+Green+Blue) = 26+77+186=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4DBA is #E5B245. Grayscale: #494949. Windows color (decimal): -15053382 or 12209434. OLE color: 12209434.
HSL color Cylindrical-coordinate representation of color #1A4DBA: hue angle of 220.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A4DBA is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 77 | 186 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.27 |
| HSL | 220.88º | 0.75% | 0.42% | - |
| HSV(B) | 220.88º | 0.86% | 0.73% | - |
| XYZ | 11.94 | 9.07 | 47.58 | - |
| YUV | 74.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 186 | 0.86 | 0.59 | 0 | 0.27 | 220.88 | 0.75 | 0.42 |
| Hex | 1A | 4D | BA | 56 | 3B | 0 | 1B | DD | 4B | 2A |
| Octal | 32 | 115 | 272 | 126 | 73 | 0 | 33 | 335 | 113 | 52 |
| Binary | 11010 | 1001101 | 10111010 | 1010110 | 111011 | 0 | 11011 | 11011101 | 1001011 | 101010 |
Color Harmonies of #1A4DBA
Complementary color
Monochromatic Colors of #1A4DBA
Black with #1A4DBA
Text Example
Text Example
White with #1A4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DBA; }
p { color: rgb(26,77,186); }
H1.HeaderClassName
{
color: #1A4DBA;
}
.AnyTagClassName
{
color: #1A4DBA;
}
</style>
background-color css
<style>
a { background-color: #1A4DBA; }
a { background-color: rgb(26,77,186); }
div.DivClassName
{
background-color: #1A4DBA;
}
.BgClassName
{
background-color: #1A4DBA;
}
</style>
border-color css
<style>
span { border-color: #1A4DBA; }
span { border-color: rgb(26,77,186); }
td.TdClassName
{
border-color: #1A4DBA;
}
.TagClassName
{
border-color: #1A4DBA;
}
</style>