Shades of Dark Cerulean #1A4A75
Tints of Dark Cerulean #1A4A75
RGB
CMYK
RGB Variations
Color information
#1A4A75 (or 0x1A4A75) is known color: Dark Cerulean. HEX triplet: 1A, 4A and 75. RGB value is (26,74,117). Sum of RGB (Red+Green+Blue) = 26+74+117=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A4A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A75 is #E5B58A. Grayscale: #404040. Windows color (decimal): -15054219 or 7686682. OLE color: 7686682.
HSL color Cylindrical-coordinate representation of color #1A4A75: hue angle of 208.35º 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 #1A4A75 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 74 | 117 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.54 |
| HSL | 208.35º | 0.64% | 0.28% | - |
| HSV(B) | 208.35º | 0.78% | 0.46% | - |
| XYZ | 6.09 | 6.4 | 17.74 | - |
| YUV | 64.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 74 | 117 | 0.78 | 0.37 | 0 | 0.54 | 208.35 | 0.64 | 0.28 |
| Hex | 1A | 4A | 75 | 4E | 25 | 0 | 36 | D0 | 40 | 1C |
| Octal | 32 | 112 | 165 | 116 | 45 | 0 | 66 | 320 | 100 | 34 |
| Binary | 11010 | 1001010 | 1110101 | 1001110 | 100101 | 0 | 110110 | 11010000 | 1000000 | 11100 |
Color Harmonies of #1A4A75
Complementary color
Monochromatic Colors of #1A4A75
Black with #1A4A75
Text Example
Text Example
White with #1A4A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4A75; }
p { color: rgb(26,74,117); }
H1.HeaderClassName
{
color: #1A4A75;
}
.AnyTagClassName
{
color: #1A4A75;
}
</style>
background-color css
<style>
a { background-color: #1A4A75; }
a { background-color: rgb(26,74,117); }
div.DivClassName
{
background-color: #1A4A75;
}
.BgClassName
{
background-color: #1A4A75;
}
</style>
border-color css
<style>
span { border-color: #1A4A75; }
span { border-color: rgb(26,74,117); }
td.TdClassName
{
border-color: #1A4A75;
}
.TagClassName
{
border-color: #1A4A75;
}
</style>