Shades of Dark Cerulean #1A428D
Tints of Dark Cerulean #1A428D
RGB
CMYK
RGB Variations
Color information
#1A428D (or 0x1A428D) is known color: Dark Cerulean. HEX triplet: 1A, 42 and 8D. RGB value is (26,66,141). Sum of RGB (Red+Green+Blue) = 26+66+141=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A428D is #E5BD72. Grayscale: #3E3E3E. Windows color (decimal): -15056243 or 9257498. OLE color: 9257498.
HSL color Cylindrical-coordinate representation of color #1A428D: hue angle of 219.13º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A428D is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 66 | 141 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.45 |
| HSL | 219.13º | 0.69% | 0.33% | - |
| HSV(B) | 219.13º | 0.82% | 0.55% | - |
| XYZ | 7.18 | 6.04 | 25.99 | - |
| YUV | 62.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 141 | 0.82 | 0.53 | 0 | 0.45 | 219.13 | 0.69 | 0.33 |
| Hex | 1A | 42 | 8D | 52 | 35 | 0 | 2D | DB | 45 | 21 |
| Octal | 32 | 102 | 215 | 122 | 65 | 0 | 55 | 333 | 105 | 41 |
| Binary | 11010 | 1000010 | 10001101 | 1010010 | 110101 | 0 | 101101 | 11011011 | 1000101 | 100001 |
Color Harmonies of #1A428D
Complementary color
Monochromatic Colors of #1A428D
Black with #1A428D
Text Example
Text Example
White with #1A428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A428D; }
p { color: rgb(26,66,141); }
H1.HeaderClassName
{
color: #1A428D;
}
.AnyTagClassName
{
color: #1A428D;
}
</style>
background-color css
<style>
a { background-color: #1A428D; }
a { background-color: rgb(26,66,141); }
div.DivClassName
{
background-color: #1A428D;
}
.BgClassName
{
background-color: #1A428D;
}
</style>
border-color css
<style>
span { border-color: #1A428D; }
span { border-color: rgb(26,66,141); }
td.TdClassName
{
border-color: #1A428D;
}
.TagClassName
{
border-color: #1A428D;
}
</style>