Shades of Cerulean Blue #1A4DAA
Tints of Cerulean Blue #1A4DAA
RGB
CMYK
RGB Variations
Color information
#1A4DAA (or 0x1A4DAA) is known color: Cerulean Blue. HEX triplet: 1A, 4D and AA. RGB value is (26,77,170). Sum of RGB (Red+Green+Blue) = 26+77+170=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A4DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4DAA is #E5B255. Grayscale: #474747. Windows color (decimal): -15053398 or 11160858. OLE color: 11160858.
HSL color Cylindrical-coordinate representation of color #1A4DAA: hue angle of 218.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A4DAA is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 77 | 170 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.33 |
| HSL | 218.75º | 0.73% | 0.38% | - |
| HSV(B) | 218.75º | 0.85% | 0.67% | - |
| XYZ | 10.34 | 8.43 | 39.11 | - |
| YUV | 72.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 170 | 0.85 | 0.55 | 0 | 0.33 | 218.75 | 0.73 | 0.38 |
| Hex | 1A | 4D | AA | 55 | 37 | 0 | 21 | DB | 49 | 26 |
| Octal | 32 | 115 | 252 | 125 | 67 | 0 | 41 | 333 | 111 | 46 |
| Binary | 11010 | 1001101 | 10101010 | 1010101 | 110111 | 0 | 100001 | 11011011 | 1001001 | 100110 |
Color Harmonies of #1A4DAA
Complementary color
Monochromatic Colors of #1A4DAA
Black with #1A4DAA
Text Example
Text Example
White with #1A4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DAA; }
p { color: rgb(26,77,170); }
H1.HeaderClassName
{
color: #1A4DAA;
}
.AnyTagClassName
{
color: #1A4DAA;
}
</style>
background-color css
<style>
a { background-color: #1A4DAA; }
a { background-color: rgb(26,77,170); }
div.DivClassName
{
background-color: #1A4DAA;
}
.BgClassName
{
background-color: #1A4DAA;
}
</style>
border-color css
<style>
span { border-color: #1A4DAA; }
span { border-color: rgb(26,77,170); }
td.TdClassName
{
border-color: #1A4DAA;
}
.TagClassName
{
border-color: #1A4DAA;
}
</style>