Shades of Dark Cerulean #004E7E
Tints of Dark Cerulean #004E7E
RGB
CMYK
RGB Variations
Color information
#004E7E (or 0x004E7E) is known color: Dark Cerulean. HEX triplet: 00, 4E and 7E. RGB value is (0,78,126). Sum of RGB (Red+Green+Blue) = 0+78+126=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #004E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E7E is #FFB181. Grayscale: #3B3B3B. Windows color (decimal): -16757122 or 8277504. OLE color: 8277504.
HSL color Cylindrical-coordinate representation of color #004E7E: hue angle of 202.86º 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 #004E7E is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 78 | 126 | - |
| CMYK | 1 | 0.38 | 0 | 0.51 |
| HSL | 202.86º | 1% | 0.25% | - |
| HSV(B) | 202.86º | 1% | 0.49% | - |
| XYZ | 6.49 | 6.96 | 20.74 | - |
| YUV | 60.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 126 | 1 | 0.38 | 0 | 0.51 | 202.86 | 1 | 0.25 |
| Hex | 0 | 4E | 7E | 64 | 26 | 0 | 33 | CB | 64 | 19 |
| Octal | 0 | 116 | 176 | 144 | 46 | 0 | 63 | 313 | 144 | 31 |
| Binary | 0 | 1001110 | 1111110 | 1100100 | 100110 | 0 | 110011 | 11001011 | 1100100 | 11001 |
Color Harmonies of #004E7E
Complementary color
Monochromatic Colors of #004E7E
Black with #004E7E
Text Example
Text Example
White with #004E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E7E; }
p { color: rgb(0,78,126); }
H1.HeaderClassName
{
color: #004E7E;
}
.AnyTagClassName
{
color: #004E7E;
}
</style>
background-color css
<style>
a { background-color: #004E7E; }
a { background-color: rgb(0,78,126); }
div.DivClassName
{
background-color: #004E7E;
}
.BgClassName
{
background-color: #004E7E;
}
</style>
border-color css
<style>
span { border-color: #004E7E; }
span { border-color: rgb(0,78,126); }
td.TdClassName
{
border-color: #004E7E;
}
.TagClassName
{
border-color: #004E7E;
}
</style>