Shades of Dark Blue #00168A
Tints of Dark Blue #00168A
RGB
CMYK
RGB Variations
Color information
#00168A (or 0x00168A) is known color: Dark Blue. HEX triplet: 00, 16 and 8A. RGB value is (0,22,138). Sum of RGB (Red+Green+Blue) = 0+22+138=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #00168A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00168A is #FFE975. Grayscale: #1C1C1C. Windows color (decimal): -16771446 or 9049600. OLE color: 9049600.
HSL color Cylindrical-coordinate representation of color #00168A: hue angle of 230.43º 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 #00168A is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 22 | 138 | - |
| CMYK | 1 | 0.84 | 0 | 0.46 |
| HSL | 230.43º | 1% | 0.27% | - |
| HSV(B) | 230.43º | 1% | 0.54% | - |
| XYZ | 4.87 | 2.41 | 24.25 | - |
| YUV | 28.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 138 | 1 | 0.84 | 0 | 0.46 | 230.43 | 1 | 0.27 |
| Hex | 0 | 16 | 8A | 64 | 54 | 0 | 2E | E6 | 64 | 1B |
| Octal | 0 | 26 | 212 | 144 | 124 | 0 | 56 | 346 | 144 | 33 |
| Binary | 0 | 10110 | 10001010 | 1100100 | 1010100 | 0 | 101110 | 11100110 | 1100100 | 11011 |
Color Harmonies of #00168A
Complementary color
Monochromatic Colors of #00168A
Black with #00168A
Text Example
Text Example
White with #00168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00168A; }
p { color: rgb(0,22,138); }
H1.HeaderClassName
{
color: #00168A;
}
.AnyTagClassName
{
color: #00168A;
}
</style>
background-color css
<style>
a { background-color: #00168A; }
a { background-color: rgb(0,22,138); }
div.DivClassName
{
background-color: #00168A;
}
.BgClassName
{
background-color: #00168A;
}
</style>
border-color css
<style>
span { border-color: #00168A; }
span { border-color: rgb(0,22,138); }
td.TdClassName
{
border-color: #00168A;
}
.TagClassName
{
border-color: #00168A;
}
</style>