Shades of Cerulean Blue #1A51DB
Tints of Cerulean Blue #1A51DB
RGB
CMYK
RGB Variations
Color information
#1A51DB (or 0x1A51DB) is known color: Cerulean Blue. HEX triplet: 1A, 51 and DB. RGB value is (26,81,219). Sum of RGB (Red+Green+Blue) = 26+81+219=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A51DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A51DB is #E5AE24. Grayscale: #4F4F4F. Windows color (decimal): -15052325 or 14373146. OLE color: 14373146.
HSL color Cylindrical-coordinate representation of color #1A51DB: hue angle of 222.9º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A51DB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 81 | 219 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.14 |
| HSL | 222.9º | 0.79% | 0.48% | - |
| HSV(B) | 222.9º | 0.88% | 0.86% | - |
| XYZ | 16.15 | 11.22 | 68.33 | - |
| YUV | 80.29 | 206.28 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 219 | 0.88 | 0.63 | 0 | 0.14 | 222.9 | 0.79 | 0.48 |
| Hex | 1A | 51 | DB | 58 | 3F | 0 | E | DF | 4F | 30 |
| Octal | 32 | 121 | 333 | 130 | 77 | 0 | 16 | 337 | 117 | 60 |
| Binary | 11010 | 1010001 | 11011011 | 1011000 | 111111 | 0 | 1110 | 11011111 | 1001111 | 110000 |
Color Harmonies of #1A51DB
Complementary color
Monochromatic Colors of #1A51DB
Black with #1A51DB
Text Example
Text Example
White with #1A51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A51DB; }
p { color: rgb(26,81,219); }
H1.HeaderClassName
{
color: #1A51DB;
}
.AnyTagClassName
{
color: #1A51DB;
}
</style>
background-color css
<style>
a { background-color: #1A51DB; }
a { background-color: rgb(26,81,219); }
div.DivClassName
{
background-color: #1A51DB;
}
.BgClassName
{
background-color: #1A51DB;
}
</style>
border-color css
<style>
span { border-color: #1A51DB; }
span { border-color: rgb(26,81,219); }
td.TdClassName
{
border-color: #1A51DB;
}
.TagClassName
{
border-color: #1A51DB;
}
</style>