Shades of Cerulean Blue #1A4DBD
Tints of Cerulean Blue #1A4DBD
RGB
CMYK
RGB Variations
Color information
#1A4DBD (or 0x1A4DBD) is known color: Cerulean Blue. HEX triplet: 1A, 4D and BD. RGB value is (26,77,189). Sum of RGB (Red+Green+Blue) = 26+77+189=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4DBD is #E5B242. Grayscale: #4A4A4A. Windows color (decimal): -15053379 or 12406042. OLE color: 12406042.
HSL color Cylindrical-coordinate representation of color #1A4DBD: hue angle of 221.23º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A4DBD is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 77 | 189 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.26 |
| HSL | 221.23º | 0.76% | 0.42% | - |
| HSV(B) | 221.23º | 0.86% | 0.74% | - |
| XYZ | 12.27 | 9.2 | 49.27 | - |
| YUV | 74.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 189 | 0.86 | 0.59 | 0 | 0.26 | 221.23 | 0.76 | 0.42 |
| Hex | 1A | 4D | BD | 56 | 3B | 0 | 1A | DD | 4C | 2A |
| Octal | 32 | 115 | 275 | 126 | 73 | 0 | 32 | 335 | 114 | 52 |
| Binary | 11010 | 1001101 | 10111101 | 1010110 | 111011 | 0 | 11010 | 11011101 | 1001100 | 101010 |
Color Harmonies of #1A4DBD
Complementary color
Monochromatic Colors of #1A4DBD
Black with #1A4DBD
Text Example
Text Example
White with #1A4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DBD; }
p { color: rgb(26,77,189); }
H1.HeaderClassName
{
color: #1A4DBD;
}
.AnyTagClassName
{
color: #1A4DBD;
}
</style>
background-color css
<style>
a { background-color: #1A4DBD; }
a { background-color: rgb(26,77,189); }
div.DivClassName
{
background-color: #1A4DBD;
}
.BgClassName
{
background-color: #1A4DBD;
}
</style>
border-color css
<style>
span { border-color: #1A4DBD; }
span { border-color: rgb(26,77,189); }
td.TdClassName
{
border-color: #1A4DBD;
}
.TagClassName
{
border-color: #1A4DBD;
}
</style>