Shades of Dark Blue #001A8C
Tints of Dark Blue #001A8C
RGB
CMYK
RGB Variations
Color information
#001A8C (or 0x001A8C) is known color: Dark Blue. HEX triplet: 00, 1A and 8C. RGB value is (0,26,140). Sum of RGB (Red+Green+Blue) = 0+26+140=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #001A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A8C is #FFE573. Grayscale: #1E1E1E. Windows color (decimal): -16770420 or 9181696. OLE color: 9181696.
HSL color Cylindrical-coordinate representation of color #001A8C: hue angle of 228.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A8C is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 26 | 140 | - |
| CMYK | 1 | 0.81 | 0 | 0.45 |
| HSL | 228.86º | 1% | 0.27% | - |
| HSV(B) | 228.86º | 1% | 0.55% | - |
| XYZ | 5.1 | 2.63 | 25.05 | - |
| YUV | 31.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 140 | 1 | 0.81 | 0 | 0.45 | 228.86 | 1 | 0.27 |
| Hex | 0 | 1A | 8C | 64 | 51 | 0 | 2D | E5 | 64 | 1B |
| Octal | 0 | 32 | 214 | 144 | 121 | 0 | 55 | 345 | 144 | 33 |
| Binary | 0 | 11010 | 10001100 | 1100100 | 1010001 | 0 | 101101 | 11100101 | 1100100 | 11011 |
Color Harmonies of #001A8C
Complementary color
Monochromatic Colors of #001A8C
Black with #001A8C
Text Example
Text Example
White with #001A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A8C; }
p { color: rgb(0,26,140); }
H1.HeaderClassName
{
color: #001A8C;
}
.AnyTagClassName
{
color: #001A8C;
}
</style>
background-color css
<style>
a { background-color: #001A8C; }
a { background-color: rgb(0,26,140); }
div.DivClassName
{
background-color: #001A8C;
}
.BgClassName
{
background-color: #001A8C;
}
</style>
border-color css
<style>
span { border-color: #001A8C; }
span { border-color: rgb(0,26,140); }
td.TdClassName
{
border-color: #001A8C;
}
.TagClassName
{
border-color: #001A8C;
}
</style>