Shades of Cerulean Blue #1A4DAC
Tints of Cerulean Blue #1A4DAC
RGB
CMYK
RGB Variations
Color information
#1A4DAC (or 0x1A4DAC) is known color: Cerulean Blue. HEX triplet: 1A, 4D and AC. RGB value is (26,77,172). Sum of RGB (Red+Green+Blue) = 26+77+172=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4DAC is #E5B253. Grayscale: #484848. Windows color (decimal): -15053396 or 11291930. OLE color: 11291930.
HSL color Cylindrical-coordinate representation of color #1A4DAC: hue angle of 219.04º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A4DAC is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 77 | 172 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.33 |
| HSL | 219.04º | 0.74% | 0.39% | - |
| HSV(B) | 219.04º | 0.85% | 0.67% | - |
| XYZ | 10.53 | 8.51 | 40.12 | - |
| YUV | 72.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 172 | 0.85 | 0.55 | 0 | 0.33 | 219.04 | 0.74 | 0.39 |
| Hex | 1A | 4D | AC | 55 | 37 | 0 | 21 | DB | 4A | 27 |
| Octal | 32 | 115 | 254 | 125 | 67 | 0 | 41 | 333 | 112 | 47 |
| Binary | 11010 | 1001101 | 10101100 | 1010101 | 110111 | 0 | 100001 | 11011011 | 1001010 | 100111 |
Color Harmonies of #1A4DAC
Complementary color
Monochromatic Colors of #1A4DAC
Black with #1A4DAC
Text Example
Text Example
White with #1A4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DAC; }
p { color: rgb(26,77,172); }
H1.HeaderClassName
{
color: #1A4DAC;
}
.AnyTagClassName
{
color: #1A4DAC;
}
</style>
background-color css
<style>
a { background-color: #1A4DAC; }
a { background-color: rgb(26,77,172); }
div.DivClassName
{
background-color: #1A4DAC;
}
.BgClassName
{
background-color: #1A4DAC;
}
</style>
border-color css
<style>
span { border-color: #1A4DAC; }
span { border-color: rgb(26,77,172); }
td.TdClassName
{
border-color: #1A4DAC;
}
.TagClassName
{
border-color: #1A4DAC;
}
</style>