Shades of Dark Blue #001A8B
Tints of Dark Blue #001A8B
RGB
CMYK
RGB Variations
Color information
#001A8B (or 0x001A8B) is known color: Dark Blue. HEX triplet: 00, 1A and 8B. RGB value is (0,26,139). Sum of RGB (Red+Green+Blue) = 0+26+139=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #001A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A8B is #FFE574. Grayscale: #1E1E1E. Windows color (decimal): -16770421 or 9116160. OLE color: 9116160.
HSL color Cylindrical-coordinate representation of color #001A8B: hue angle of 228.78º 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 #001A8B is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 26 | 139 | - |
| CMYK | 1 | 0.81 | 0 | 0.45 |
| HSL | 228.78º | 1% | 0.27% | - |
| HSV(B) | 228.78º | 1% | 0.55% | - |
| XYZ | 5.03 | 2.6 | 24.66 | - |
| YUV | 31.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 139 | 1 | 0.81 | 0 | 0.45 | 228.78 | 1 | 0.27 |
| Hex | 0 | 1A | 8B | 64 | 51 | 0 | 2D | E5 | 64 | 1B |
| Octal | 0 | 32 | 213 | 144 | 121 | 0 | 55 | 345 | 144 | 33 |
| Binary | 0 | 11010 | 10001011 | 1100100 | 1010001 | 0 | 101101 | 11100101 | 1100100 | 11011 |
Color Harmonies of #001A8B
Complementary color
Monochromatic Colors of #001A8B
Black with #001A8B
Text Example
Text Example
White with #001A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A8B; }
p { color: rgb(0,26,139); }
H1.HeaderClassName
{
color: #001A8B;
}
.AnyTagClassName
{
color: #001A8B;
}
</style>
background-color css
<style>
a { background-color: #001A8B; }
a { background-color: rgb(0,26,139); }
div.DivClassName
{
background-color: #001A8B;
}
.BgClassName
{
background-color: #001A8B;
}
</style>
border-color css
<style>
span { border-color: #001A8B; }
span { border-color: rgb(0,26,139); }
td.TdClassName
{
border-color: #001A8B;
}
.TagClassName
{
border-color: #001A8B;
}
</style>