Shades of Cerulean Blue #1A4BBA
Tints of Cerulean Blue #1A4BBA
RGB
CMYK
RGB Variations
Color information
#1A4BBA (or 0x1A4BBA) is known color: Cerulean Blue. HEX triplet: 1A, 4B and BA. RGB value is (26,75,186). Sum of RGB (Red+Green+Blue) = 26+75+186=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A4BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4BBA is #E5B445. Grayscale: #484848. Windows color (decimal): -15053894 or 12208922. OLE color: 12208922.
HSL color Cylindrical-coordinate representation of color #1A4BBA: hue angle of 221.62º 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 #1A4BBA is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 75 | 186 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.27 |
| HSL | 221.63º | 0.75% | 0.42% | - |
| HSV(B) | 221.63º | 0.86% | 0.73% | - |
| XYZ | 11.81 | 8.8 | 47.53 | - |
| YUV | 73 | 191.77 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 186 | 0.86 | 0.60 | 0 | 0.27 | 221.63 | 0.75 | 0.42 |
| Hex | 1A | 4B | BA | 56 | 3C | 0 | 1B | DE | 4B | 2A |
| Octal | 32 | 113 | 272 | 126 | 74 | 0 | 33 | 336 | 113 | 52 |
| Binary | 11010 | 1001011 | 10111010 | 1010110 | 111100 | 0 | 11011 | 11011110 | 1001011 | 101010 |
Color Harmonies of #1A4BBA
Complementary color
Monochromatic Colors of #1A4BBA
Black with #1A4BBA
Text Example
Text Example
White with #1A4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4BBA; }
p { color: rgb(26,75,186); }
H1.HeaderClassName
{
color: #1A4BBA;
}
.AnyTagClassName
{
color: #1A4BBA;
}
</style>
background-color css
<style>
a { background-color: #1A4BBA; }
a { background-color: rgb(26,75,186); }
div.DivClassName
{
background-color: #1A4BBA;
}
.BgClassName
{
background-color: #1A4BBA;
}
</style>
border-color css
<style>
span { border-color: #1A4BBA; }
span { border-color: rgb(26,75,186); }
td.TdClassName
{
border-color: #1A4BBA;
}
.TagClassName
{
border-color: #1A4BBA;
}
</style>