Shades of Dark Blue #001788
Tints of Dark Blue #001788
RGB
CMYK
RGB Variations
Color information
#001788 (or 0x001788) is known color: Dark Blue. HEX triplet: 00, 17 and 88. RGB value is (0,23,136). Sum of RGB (Red+Green+Blue) = 0+23+136=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 136 (53.52% from 255 or 85.53% from 159); Max value from RGB is 136 - color contains mainly: blue. Hex color #001788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001788 is #FFE877. Grayscale: #1C1C1C. Windows color (decimal): -16771192 or 8918784. OLE color: 8918784.
HSL color Cylindrical-coordinate representation of color #001788: hue angle of 229.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001788 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 23 | 136 | - |
| CMYK | 1 | 0.83 | 0 | 0.47 |
| HSL | 229.85º | 1% | 0.27% | - |
| HSV(B) | 229.85º | 1% | 0.53% | - |
| XYZ | 4.75 | 2.39 | 23.5 | - |
| YUV | 29.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 136 | 1 | 0.83 | 0 | 0.47 | 229.85 | 1 | 0.27 |
| Hex | 0 | 17 | 88 | 64 | 53 | 0 | 2F | E6 | 64 | 1B |
| Octal | 0 | 27 | 210 | 144 | 123 | 0 | 57 | 346 | 144 | 33 |
| Binary | 0 | 10111 | 10001000 | 1100100 | 1010011 | 0 | 101111 | 11100110 | 1100100 | 11011 |
Color Harmonies of #001788
Complementary color
Monochromatic Colors of #001788
Black with #001788
Text Example
Text Example
White with #001788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001788; }
p { color: rgb(0,23,136); }
H1.HeaderClassName
{
color: #001788;
}
.AnyTagClassName
{
color: #001788;
}
</style>
background-color css
<style>
a { background-color: #001788; }
a { background-color: rgb(0,23,136); }
div.DivClassName
{
background-color: #001788;
}
.BgClassName
{
background-color: #001788;
}
</style>
border-color css
<style>
span { border-color: #001788; }
span { border-color: rgb(0,23,136); }
td.TdClassName
{
border-color: #001788;
}
.TagClassName
{
border-color: #001788;
}
</style>