Shades of Dark Cerulean #00487C
Tints of Dark Cerulean #00487C
RGB
CMYK
RGB Variations
Color information
#00487C (or 0x00487C) is known color: Dark Cerulean. HEX triplet: 00, 48 and 7C. RGB value is (0,72,124). Sum of RGB (Red+Green+Blue) = 0+72+124=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #00487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00487C is #FFB783. Grayscale: #383838. Windows color (decimal): -16758660 or 8144896. OLE color: 8144896.
HSL color Cylindrical-coordinate representation of color #00487C: hue angle of 205.16º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00487C is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 72 | 124 | - |
| CMYK | 1 | 0.42 | 0 | 0.51 |
| HSL | 205.16º | 1% | 0.24% | - |
| HSV(B) | 205.16º | 1% | 0.49% | - |
| XYZ | 5.96 | 6.09 | 19.93 | - |
| YUV | 56.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 124 | 1 | 0.42 | 0 | 0.51 | 205.16 | 1 | 0.24 |
| Hex | 0 | 48 | 7C | 64 | 2A | 0 | 33 | CD | 64 | 18 |
| Octal | 0 | 110 | 174 | 144 | 52 | 0 | 63 | 315 | 144 | 30 |
| Binary | 0 | 1001000 | 1111100 | 1100100 | 101010 | 0 | 110011 | 11001101 | 1100100 | 11000 |
Color Harmonies of #00487C
Complementary color
Monochromatic Colors of #00487C
Black with #00487C
Text Example
Text Example
White with #00487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00487C; }
p { color: rgb(0,72,124); }
H1.HeaderClassName
{
color: #00487C;
}
.AnyTagClassName
{
color: #00487C;
}
</style>
background-color css
<style>
a { background-color: #00487C; }
a { background-color: rgb(0,72,124); }
div.DivClassName
{
background-color: #00487C;
}
.BgClassName
{
background-color: #00487C;
}
</style>
border-color css
<style>
span { border-color: #00487C; }
span { border-color: rgb(0,72,124); }
td.TdClassName
{
border-color: #00487C;
}
.TagClassName
{
border-color: #00487C;
}
</style>