Shades of Dark Cerulean #1A4984
Tints of Dark Cerulean #1A4984
RGB
CMYK
RGB Variations
Color information
#1A4984 (or 0x1A4984) is known color: Dark Cerulean. HEX triplet: 1A, 49 and 84. RGB value is (26,73,132). Sum of RGB (Red+Green+Blue) = 26+73+132=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A4984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4984 is #E5B67B. Grayscale: #414141. Windows color (decimal): -15054460 or 8669466. OLE color: 8669466.
HSL color Cylindrical-coordinate representation of color #1A4984: hue angle of 213.4º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A4984 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 73 | 132 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.48 |
| HSL | 213.4º | 0.67% | 0.31% | - |
| HSV(B) | 213.4º | 0.8% | 0.52% | - |
| XYZ | 6.97 | 6.65 | 22.75 | - |
| YUV | 65.67 | 165.43 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 132 | 0.80 | 0.45 | 0 | 0.48 | 213.4 | 0.67 | 0.31 |
| Hex | 1A | 49 | 84 | 50 | 2D | 0 | 30 | D5 | 43 | 1F |
| Octal | 32 | 111 | 204 | 120 | 55 | 0 | 60 | 325 | 103 | 37 |
| Binary | 11010 | 1001001 | 10000100 | 1010000 | 101101 | 0 | 110000 | 11010101 | 1000011 | 11111 |
Color Harmonies of #1A4984
Complementary color
Monochromatic Colors of #1A4984
Black with #1A4984
Text Example
Text Example
White with #1A4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4984; }
p { color: rgb(26,73,132); }
H1.HeaderClassName
{
color: #1A4984;
}
.AnyTagClassName
{
color: #1A4984;
}
</style>
background-color css
<style>
a { background-color: #1A4984; }
a { background-color: rgb(26,73,132); }
div.DivClassName
{
background-color: #1A4984;
}
.BgClassName
{
background-color: #1A4984;
}
</style>
border-color css
<style>
span { border-color: #1A4984; }
span { border-color: rgb(26,73,132); }
td.TdClassName
{
border-color: #1A4984;
}
.TagClassName
{
border-color: #1A4984;
}
</style>