Shades of Dark Cerulean #00497E
Tints of Dark Cerulean #00497E
RGB
CMYK
RGB Variations
Color information
#00497E (or 0x00497E) is known color: Dark Cerulean. HEX triplet: 00, 49 and 7E. RGB value is (0,73,126). Sum of RGB (Red+Green+Blue) = 0+73+126=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #00497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00497E is #FFB681. Grayscale: #383838. Windows color (decimal): -16758402 or 8276224. OLE color: 8276224.
HSL color Cylindrical-coordinate representation of color #00497E: hue angle of 205.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00497E is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 73 | 126 | - |
| CMYK | 1 | 0.42 | 0 | 0.51 |
| HSL | 205.24º | 1% | 0.25% | - |
| HSV(B) | 205.24º | 1% | 0.49% | - |
| XYZ | 6.15 | 6.27 | 20.63 | - |
| YUV | 57.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 126 | 1 | 0.42 | 0 | 0.51 | 205.24 | 1 | 0.25 |
| Hex | 0 | 49 | 7E | 64 | 2A | 0 | 33 | CD | 64 | 19 |
| Octal | 0 | 111 | 176 | 144 | 52 | 0 | 63 | 315 | 144 | 31 |
| Binary | 0 | 1001001 | 1111110 | 1100100 | 101010 | 0 | 110011 | 11001101 | 1100100 | 11001 |
Color Harmonies of #00497E
Complementary color
Monochromatic Colors of #00497E
Black with #00497E
Text Example
Text Example
White with #00497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00497E; }
p { color: rgb(0,73,126); }
H1.HeaderClassName
{
color: #00497E;
}
.AnyTagClassName
{
color: #00497E;
}
</style>
background-color css
<style>
a { background-color: #00497E; }
a { background-color: rgb(0,73,126); }
div.DivClassName
{
background-color: #00497E;
}
.BgClassName
{
background-color: #00497E;
}
</style>
border-color css
<style>
span { border-color: #00497E; }
span { border-color: rgb(0,73,126); }
td.TdClassName
{
border-color: #00497E;
}
.TagClassName
{
border-color: #00497E;
}
</style>