Shades of Dark Cerulean #00487D
Tints of Dark Cerulean #00487D
RGB
CMYK
RGB Variations
Color information
#00487D (or 0x00487D) is known color: Dark Cerulean. HEX triplet: 00, 48 and 7D. RGB value is (0,72,125). Sum of RGB (Red+Green+Blue) = 0+72+125=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #00487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00487D is #FFB782. Grayscale: #383838. Windows color (decimal): -16758659 or 8210432. OLE color: 8210432.
HSL color Cylindrical-coordinate representation of color #00487D: hue angle of 205.44º 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 #00487D is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 72 | 125 | - |
| CMYK | 1 | 0.42 | 0 | 0.51 |
| HSL | 205.44º | 1% | 0.25% | - |
| HSV(B) | 205.44º | 1% | 0.49% | - |
| XYZ | 6.02 | 6.12 | 20.27 | - |
| YUV | 56.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 125 | 1 | 0.42 | 0 | 0.51 | 205.44 | 1 | 0.25 |
| Hex | 0 | 48 | 7D | 64 | 2A | 0 | 33 | CD | 64 | 19 |
| Octal | 0 | 110 | 175 | 144 | 52 | 0 | 63 | 315 | 144 | 31 |
| Binary | 0 | 1001000 | 1111101 | 1100100 | 101010 | 0 | 110011 | 11001101 | 1100100 | 11001 |
Color Harmonies of #00487D
Complementary color
Monochromatic Colors of #00487D
Black with #00487D
Text Example
Text Example
White with #00487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00487D; }
p { color: rgb(0,72,125); }
H1.HeaderClassName
{
color: #00487D;
}
.AnyTagClassName
{
color: #00487D;
}
</style>
background-color css
<style>
a { background-color: #00487D; }
a { background-color: rgb(0,72,125); }
div.DivClassName
{
background-color: #00487D;
}
.BgClassName
{
background-color: #00487D;
}
</style>
border-color css
<style>
span { border-color: #00487D; }
span { border-color: rgb(0,72,125); }
td.TdClassName
{
border-color: #00487D;
}
.TagClassName
{
border-color: #00487D;
}
</style>