Shades of Dark Blue #00148A
Tints of Dark Blue #00148A
RGB
CMYK
RGB Variations
Color information
#00148A (or 0x00148A) is known color: Dark Blue. HEX triplet: 00, 14 and 8A. RGB value is (0,20,138). Sum of RGB (Red+Green+Blue) = 0+20+138=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #00148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00148A is #FFEB75. Grayscale: #1A1A1A. Windows color (decimal): -16771958 or 9049088. OLE color: 9049088.
HSL color Cylindrical-coordinate representation of color #00148A: hue angle of 231.3º 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 #00148A is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 20 | 138 | - |
| CMYK | 1 | 0.86 | 0 | 0.46 |
| HSL | 231.3º | 1% | 0.27% | - |
| HSV(B) | 231.3º | 1% | 0.54% | - |
| XYZ | 4.84 | 2.34 | 24.24 | - |
| YUV | 27.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 138 | 1 | 0.86 | 0 | 0.46 | 231.3 | 1 | 0.27 |
| Hex | 0 | 14 | 8A | 64 | 56 | 0 | 2E | E7 | 64 | 1B |
| Octal | 0 | 24 | 212 | 144 | 126 | 0 | 56 | 347 | 144 | 33 |
| Binary | 0 | 10100 | 10001010 | 1100100 | 1010110 | 0 | 101110 | 11100111 | 1100100 | 11011 |
Color Harmonies of #00148A
Complementary color
Monochromatic Colors of #00148A
Black with #00148A
Text Example
Text Example
White with #00148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00148A; }
p { color: rgb(0,20,138); }
H1.HeaderClassName
{
color: #00148A;
}
.AnyTagClassName
{
color: #00148A;
}
</style>
background-color css
<style>
a { background-color: #00148A; }
a { background-color: rgb(0,20,138); }
div.DivClassName
{
background-color: #00148A;
}
.BgClassName
{
background-color: #00148A;
}
</style>
border-color css
<style>
span { border-color: #00148A; }
span { border-color: rgb(0,20,138); }
td.TdClassName
{
border-color: #00148A;
}
.TagClassName
{
border-color: #00148A;
}
</style>