Shades of Cerulean Blue #1A4AAE
Tints of Cerulean Blue #1A4AAE
RGB
CMYK
RGB Variations
Color information
#1A4AAE (or 0x1A4AAE) is known color: Cerulean Blue. HEX triplet: 1A, 4A and AE. RGB value is (26,74,174). Sum of RGB (Red+Green+Blue) = 26+74+174=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4AAE is #E5B551. Grayscale: #464646. Windows color (decimal): -15054162 or 11422234. OLE color: 11422234.
HSL color Cylindrical-coordinate representation of color #1A4AAE: hue angle of 220.54º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A4AAE is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 74 | 174 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.32 |
| HSL | 220.54º | 0.74% | 0.39% | - |
| HSV(B) | 220.54º | 0.85% | 0.68% | - |
| XYZ | 10.51 | 8.17 | 41.07 | - |
| YUV | 71.05 | 186.1 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 174 | 0.85 | 0.57 | 0 | 0.32 | 220.54 | 0.74 | 0.39 |
| Hex | 1A | 4A | AE | 55 | 39 | 0 | 20 | DD | 4A | 27 |
| Octal | 32 | 112 | 256 | 125 | 71 | 0 | 40 | 335 | 112 | 47 |
| Binary | 11010 | 1001010 | 10101110 | 1010101 | 111001 | 0 | 100000 | 11011101 | 1001010 | 100111 |
Color Harmonies of #1A4AAE
Complementary color
Monochromatic Colors of #1A4AAE
Black with #1A4AAE
Text Example
Text Example
White with #1A4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4AAE; }
p { color: rgb(26,74,174); }
H1.HeaderClassName
{
color: #1A4AAE;
}
.AnyTagClassName
{
color: #1A4AAE;
}
</style>
background-color css
<style>
a { background-color: #1A4AAE; }
a { background-color: rgb(26,74,174); }
div.DivClassName
{
background-color: #1A4AAE;
}
.BgClassName
{
background-color: #1A4AAE;
}
</style>
border-color css
<style>
span { border-color: #1A4AAE; }
span { border-color: rgb(26,74,174); }
td.TdClassName
{
border-color: #1A4AAE;
}
.TagClassName
{
border-color: #1A4AAE;
}
</style>