Shades of Dark Cerulean #1A4A76
Tints of Dark Cerulean #1A4A76
RGB
CMYK
RGB Variations
Color information
#1A4A76 (or 0x1A4A76) is known color: Dark Cerulean. HEX triplet: 1A, 4A and 76. RGB value is (26,74,118). Sum of RGB (Red+Green+Blue) = 26+74+118=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A76 is #E5B589. Grayscale: #404040. Windows color (decimal): -15054218 or 7752218. OLE color: 7752218.
HSL color Cylindrical-coordinate representation of color #1A4A76: hue angle of 208.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A4A76 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 74 | 118 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.54 |
| HSL | 208.7º | 0.64% | 0.28% | - |
| HSV(B) | 208.7º | 0.78% | 0.46% | - |
| XYZ | 6.14 | 6.43 | 18.06 | - |
| YUV | 64.66 | 158.1 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 118 | 0.78 | 0.37 | 0 | 0.54 | 208.7 | 0.64 | 0.28 |
| Hex | 1A | 4A | 76 | 4E | 25 | 0 | 36 | D1 | 40 | 1C |
| Octal | 32 | 112 | 166 | 116 | 45 | 0 | 66 | 321 | 100 | 34 |
| Binary | 11010 | 1001010 | 1110110 | 1001110 | 100101 | 0 | 110110 | 11010001 | 1000000 | 11100 |
Color Harmonies of #1A4A76
Complementary color
Monochromatic Colors of #1A4A76
Black with #1A4A76
Text Example
Text Example
White with #1A4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4A76; }
p { color: rgb(26,74,118); }
H1.HeaderClassName
{
color: #1A4A76;
}
.AnyTagClassName
{
color: #1A4A76;
}
</style>
background-color css
<style>
a { background-color: #1A4A76; }
a { background-color: rgb(26,74,118); }
div.DivClassName
{
background-color: #1A4A76;
}
.BgClassName
{
background-color: #1A4A76;
}
</style>
border-color css
<style>
span { border-color: #1A4A76; }
span { border-color: rgb(26,74,118); }
td.TdClassName
{
border-color: #1A4A76;
}
.TagClassName
{
border-color: #1A4A76;
}
</style>