Shades of Dark Blue #00178A
Tints of Dark Blue #00178A
RGB
CMYK
RGB Variations
Color information
#00178A (or 0x00178A) is known color: Dark Blue. HEX triplet: 00, 17 and 8A. RGB value is (0,23,138). Sum of RGB (Red+Green+Blue) = 0+23+138=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #00178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00178A is #FFE875. Grayscale: #1C1C1C. Windows color (decimal): -16771190 or 9049856. OLE color: 9049856.
HSL color Cylindrical-coordinate representation of color #00178A: hue angle of 230º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00178A is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 23 | 138 | - |
| CMYK | 1 | 0.83 | 0 | 0.46 |
| HSL | 230º | 1% | 0.27% | - |
| HSV(B) | 230º | 1% | 0.54% | - |
| XYZ | 4.89 | 2.45 | 24.26 | - |
| YUV | 29.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 138 | 1 | 0.83 | 0 | 0.46 | 230 | 1 | 0.27 |
| Hex | 0 | 17 | 8A | 64 | 53 | 0 | 2E | E6 | 64 | 1B |
| Octal | 0 | 27 | 212 | 144 | 123 | 0 | 56 | 346 | 144 | 33 |
| Binary | 0 | 10111 | 10001010 | 1100100 | 1010011 | 0 | 101110 | 11100110 | 1100100 | 11011 |
Color Harmonies of #00178A
Complementary color
Monochromatic Colors of #00178A
Black with #00178A
Text Example
Text Example
White with #00178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00178A; }
p { color: rgb(0,23,138); }
H1.HeaderClassName
{
color: #00178A;
}
.AnyTagClassName
{
color: #00178A;
}
</style>
background-color css
<style>
a { background-color: #00178A; }
a { background-color: rgb(0,23,138); }
div.DivClassName
{
background-color: #00178A;
}
.BgClassName
{
background-color: #00178A;
}
</style>
border-color css
<style>
span { border-color: #00178A; }
span { border-color: rgb(0,23,138); }
td.TdClassName
{
border-color: #00178A;
}
.TagClassName
{
border-color: #00178A;
}
</style>