Shades of Dark Cerulean #004682
Tints of Dark Cerulean #004682
RGB
CMYK
RGB Variations
Color information
#004682 (or 0x004682) is known color: Dark Cerulean. HEX triplet: 00, 46 and 82. RGB value is (0,70,130). Sum of RGB (Red+Green+Blue) = 0+70+130=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #004682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004682 is #FFB97D. Grayscale: #373737. Windows color (decimal): -16759166 or 8537600. OLE color: 8537600.
HSL color Cylindrical-coordinate representation of color #004682: hue angle of 207.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004682 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 70 | 130 | - |
| CMYK | 1 | 0.46 | 0 | 0.49 |
| HSL | 207.69º | 1% | 0.25% | - |
| HSV(B) | 207.69º | 1% | 0.51% | - |
| XYZ | 6.22 | 5.99 | 21.95 | - |
| YUV | 55.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 130 | 1 | 0.46 | 0 | 0.49 | 207.69 | 1 | 0.25 |
| Hex | 0 | 46 | 82 | 64 | 2E | 0 | 31 | D0 | 64 | 19 |
| Octal | 0 | 106 | 202 | 144 | 56 | 0 | 61 | 320 | 144 | 31 |
| Binary | 0 | 1000110 | 10000010 | 1100100 | 101110 | 0 | 110001 | 11010000 | 1100100 | 11001 |
Color Harmonies of #004682
Complementary color
Monochromatic Colors of #004682
Black with #004682
Text Example
Text Example
White with #004682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004682; }
p { color: rgb(0,70,130); }
H1.HeaderClassName
{
color: #004682;
}
.AnyTagClassName
{
color: #004682;
}
</style>
background-color css
<style>
a { background-color: #004682; }
a { background-color: rgb(0,70,130); }
div.DivClassName
{
background-color: #004682;
}
.BgClassName
{
background-color: #004682;
}
</style>
border-color css
<style>
span { border-color: #004682; }
span { border-color: rgb(0,70,130); }
td.TdClassName
{
border-color: #004682;
}
.TagClassName
{
border-color: #004682;
}
</style>