Shades of Cerulean Blue #1A50BA
Tints of Cerulean Blue #1A50BA
RGB
CMYK
RGB Variations
Color information
#1A50BA (or 0x1A50BA) is known color: Cerulean Blue. HEX triplet: 1A, 50 and BA. RGB value is (26,80,186). Sum of RGB (Red+Green+Blue) = 26+80+186=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A50BA is #E5AF45. Grayscale: #4B4B4B. Windows color (decimal): -15052614 or 12210202. OLE color: 12210202.
HSL color Cylindrical-coordinate representation of color #1A50BA: hue angle of 219.75º 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 #1A50BA is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 80 | 186 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.27 |
| HSL | 219.75º | 0.75% | 0.42% | - |
| HSV(B) | 219.75º | 0.86% | 0.73% | - |
| XYZ | 12.16 | 9.5 | 47.65 | - |
| YUV | 75.94 | 190.11 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 186 | 0.86 | 0.57 | 0 | 0.27 | 219.75 | 0.75 | 0.42 |
| Hex | 1A | 50 | BA | 56 | 39 | 0 | 1B | DC | 4B | 2A |
| Octal | 32 | 120 | 272 | 126 | 71 | 0 | 33 | 334 | 113 | 52 |
| Binary | 11010 | 1010000 | 10111010 | 1010110 | 111001 | 0 | 11011 | 11011100 | 1001011 | 101010 |
Color Harmonies of #1A50BA
Complementary color
Monochromatic Colors of #1A50BA
Black with #1A50BA
Text Example
Text Example
White with #1A50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A50BA; }
p { color: rgb(26,80,186); }
H1.HeaderClassName
{
color: #1A50BA;
}
.AnyTagClassName
{
color: #1A50BA;
}
</style>
background-color css
<style>
a { background-color: #1A50BA; }
a { background-color: rgb(26,80,186); }
div.DivClassName
{
background-color: #1A50BA;
}
.BgClassName
{
background-color: #1A50BA;
}
</style>
border-color css
<style>
span { border-color: #1A50BA; }
span { border-color: rgb(26,80,186); }
td.TdClassName
{
border-color: #1A50BA;
}
.TagClassName
{
border-color: #1A50BA;
}
</style>