Shades of Dark Cerulean #00497F
Tints of Dark Cerulean #00497F
RGB
CMYK
RGB Variations
Color information
#00497F (or 0x00497F) is known color: Dark Cerulean. HEX triplet: 00, 49 and 7F. RGB value is (0,73,127). Sum of RGB (Red+Green+Blue) = 0+73+127=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #00497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00497F is #FFB680. Grayscale: #393939. Windows color (decimal): -16758401 or 8341760. OLE color: 8341760.
HSL color Cylindrical-coordinate representation of color #00497F: hue angle of 205.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00497F is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 73 | 127 | - |
| CMYK | 1 | 0.43 | 0 | 0.50 |
| HSL | 205.51º | 1% | 0.25% | - |
| HSV(B) | 205.51º | 1% | 0.5% | - |
| XYZ | 6.21 | 6.3 | 20.97 | - |
| YUV | 57.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 127 | 1 | 0.43 | 0 | 0.50 | 205.51 | 1 | 0.25 |
| Hex | 0 | 49 | 7F | 64 | 2B | 0 | 32 | CE | 64 | 19 |
| Octal | 0 | 111 | 177 | 144 | 53 | 0 | 62 | 316 | 144 | 31 |
| Binary | 0 | 1001001 | 1111111 | 1100100 | 101011 | 0 | 110010 | 11001110 | 1100100 | 11001 |
Color Harmonies of #00497F
Complementary color
Monochromatic Colors of #00497F
Black with #00497F
Text Example
Text Example
White with #00497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00497F; }
p { color: rgb(0,73,127); }
H1.HeaderClassName
{
color: #00497F;
}
.AnyTagClassName
{
color: #00497F;
}
</style>
background-color css
<style>
a { background-color: #00497F; }
a { background-color: rgb(0,73,127); }
div.DivClassName
{
background-color: #00497F;
}
.BgClassName
{
background-color: #00497F;
}
</style>
border-color css
<style>
span { border-color: #00497F; }
span { border-color: rgb(0,73,127); }
td.TdClassName
{
border-color: #00497F;
}
.TagClassName
{
border-color: #00497F;
}
</style>