Shades of Cerulean Blue #1A4AAF
Tints of Cerulean Blue #1A4AAF
RGB
CMYK
RGB Variations
Color information
#1A4AAF (or 0x1A4AAF) is known color: Cerulean Blue. HEX triplet: 1A, 4A and AF. RGB value is (26,74,175). Sum of RGB (Red+Green+Blue) = 26+74+175=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A4AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4AAF is #E5B550. Grayscale: #464646. Windows color (decimal): -15054161 or 11487770. OLE color: 11487770.
HSL color Cylindrical-coordinate representation of color #1A4AAF: hue angle of 220.67º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A4AAF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 74 | 175 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.31 |
| HSL | 220.67º | 0.74% | 0.39% | - |
| HSV(B) | 220.67º | 0.85% | 0.69% | - |
| XYZ | 10.61 | 8.21 | 41.58 | - |
| YUV | 71.16 | 186.6 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 175 | 0.85 | 0.58 | 0 | 0.31 | 220.67 | 0.74 | 0.39 |
| Hex | 1A | 4A | AF | 55 | 3A | 0 | 1F | DD | 4A | 27 |
| Octal | 32 | 112 | 257 | 125 | 72 | 0 | 37 | 335 | 112 | 47 |
| Binary | 11010 | 1001010 | 10101111 | 1010101 | 111010 | 0 | 11111 | 11011101 | 1001010 | 100111 |
Color Harmonies of #1A4AAF
Complementary color
Monochromatic Colors of #1A4AAF
Black with #1A4AAF
Text Example
Text Example
White with #1A4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4AAF; }
p { color: rgb(26,74,175); }
H1.HeaderClassName
{
color: #1A4AAF;
}
.AnyTagClassName
{
color: #1A4AAF;
}
</style>
background-color css
<style>
a { background-color: #1A4AAF; }
a { background-color: rgb(26,74,175); }
div.DivClassName
{
background-color: #1A4AAF;
}
.BgClassName
{
background-color: #1A4AAF;
}
</style>
border-color css
<style>
span { border-color: #1A4AAF; }
span { border-color: rgb(26,74,175); }
td.TdClassName
{
border-color: #1A4AAF;
}
.TagClassName
{
border-color: #1A4AAF;
}
</style>