Shades of Dark Cerulean #00498A
Tints of Dark Cerulean #00498A
RGB
CMYK
RGB Variations
Color information
#00498A (or 0x00498A) is known color: Dark Cerulean. HEX triplet: 00, 49 and 8A. RGB value is (0,73,138). Sum of RGB (Red+Green+Blue) = 0+73+138=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #00498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00498A is #FFB675. Grayscale: #3A3A3A. Windows color (decimal): -16758390 or 9062656. OLE color: 9062656.
HSL color Cylindrical-coordinate representation of color #00498A: hue angle of 208.26º 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 #00498A is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 73 | 138 | - |
| CMYK | 1 | 0.47 | 0 | 0.46 |
| HSL | 208.26º | 1% | 0.27% | - |
| HSV(B) | 208.26º | 1% | 0.54% | - |
| XYZ | 6.97 | 6.6 | 24.95 | - |
| YUV | 58.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 138 | 1 | 0.47 | 0 | 0.46 | 208.26 | 1 | 0.27 |
| Hex | 0 | 49 | 8A | 64 | 2F | 0 | 2E | D0 | 64 | 1B |
| Octal | 0 | 111 | 212 | 144 | 57 | 0 | 56 | 320 | 144 | 33 |
| Binary | 0 | 1001001 | 10001010 | 1100100 | 101111 | 0 | 101110 | 11010000 | 1100100 | 11011 |
Color Harmonies of #00498A
Complementary color
Monochromatic Colors of #00498A
Black with #00498A
Text Example
Text Example
White with #00498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00498A; }
p { color: rgb(0,73,138); }
H1.HeaderClassName
{
color: #00498A;
}
.AnyTagClassName
{
color: #00498A;
}
</style>
background-color css
<style>
a { background-color: #00498A; }
a { background-color: rgb(0,73,138); }
div.DivClassName
{
background-color: #00498A;
}
.BgClassName
{
background-color: #00498A;
}
</style>
border-color css
<style>
span { border-color: #00498A; }
span { border-color: rgb(0,73,138); }
td.TdClassName
{
border-color: #00498A;
}
.TagClassName
{
border-color: #00498A;
}
</style>