Shades of Dark Cerulean #00498B
Tints of Dark Cerulean #00498B
RGB
CMYK
RGB Variations
Color information
#00498B (or 0x00498B) is known color: Dark Cerulean. HEX triplet: 00, 49 and 8B. RGB value is (0,73,139). Sum of RGB (Red+Green+Blue) = 0+73+139=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #00498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00498B is #FFB674. Grayscale: #3A3A3A. Windows color (decimal): -16758389 or 9128192. OLE color: 9128192.
HSL color Cylindrical-coordinate representation of color #00498B: hue angle of 208.49º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00498B is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 73 | 139 | - |
| CMYK | 1 | 0.47 | 0 | 0.45 |
| HSL | 208.49º | 1% | 0.27% | - |
| HSV(B) | 208.49º | 1% | 0.55% | - |
| XYZ | 7.04 | 6.63 | 25.33 | - |
| YUV | 58.7 | 173.32 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 139 | 1 | 0.47 | 0 | 0.45 | 208.49 | 1 | 0.27 |
| Hex | 0 | 49 | 8B | 64 | 2F | 0 | 2D | D0 | 64 | 1B |
| Octal | 0 | 111 | 213 | 144 | 57 | 0 | 55 | 320 | 144 | 33 |
| Binary | 0 | 1001001 | 10001011 | 1100100 | 101111 | 0 | 101101 | 11010000 | 1100100 | 11011 |
Color Harmonies of #00498B
Complementary color
Monochromatic Colors of #00498B
Black with #00498B
Text Example
Text Example
White with #00498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00498B; }
p { color: rgb(0,73,139); }
H1.HeaderClassName
{
color: #00498B;
}
.AnyTagClassName
{
color: #00498B;
}
</style>
background-color css
<style>
a { background-color: #00498B; }
a { background-color: rgb(0,73,139); }
div.DivClassName
{
background-color: #00498B;
}
.BgClassName
{
background-color: #00498B;
}
</style>
border-color css
<style>
span { border-color: #00498B; }
span { border-color: rgb(0,73,139); }
td.TdClassName
{
border-color: #00498B;
}
.TagClassName
{
border-color: #00498B;
}
</style>