Shades of Dark Cerulean #00486C
Tints of Dark Cerulean #00486C
RGB
CMYK
RGB Variations
Color information
#00486C (or 0x00486C) is known color: Dark Cerulean. HEX triplet: 00, 48 and 6C. RGB value is (0,72,108). Sum of RGB (Red+Green+Blue) = 0+72+108=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #00486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00486C is #FFB793. Grayscale: #363636. Windows color (decimal): -16758676 or 7096320. OLE color: 7096320.
HSL color Cylindrical-coordinate representation of color #00486C: hue angle of 200º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00486C is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 72 | 108 | - |
| CMYK | 1 | 0.33 | 0 | 0.58 |
| HSL | 200º | 1% | 0.21% | - |
| HSV(B) | 200º | 1% | 0.42% | - |
| XYZ | 5.02 | 5.72 | 15.03 | - |
| YUV | 54.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 108 | 1 | 0.33 | 0 | 0.58 | 200 | 1 | 0.21 |
| Hex | 0 | 48 | 6C | 64 | 21 | 0 | 3A | C8 | 64 | 15 |
| Octal | 0 | 110 | 154 | 144 | 41 | 0 | 72 | 310 | 144 | 25 |
| Binary | 0 | 1001000 | 1101100 | 1100100 | 100001 | 0 | 111010 | 11001000 | 1100100 | 10101 |
Color Harmonies of #00486C
Complementary color
Monochromatic Colors of #00486C
Black with #00486C
Text Example
Text Example
White with #00486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00486C; }
p { color: rgb(0,72,108); }
H1.HeaderClassName
{
color: #00486C;
}
.AnyTagClassName
{
color: #00486C;
}
</style>
background-color css
<style>
a { background-color: #00486C; }
a { background-color: rgb(0,72,108); }
div.DivClassName
{
background-color: #00486C;
}
.BgClassName
{
background-color: #00486C;
}
</style>
border-color css
<style>
span { border-color: #00486C; }
span { border-color: rgb(0,72,108); }
td.TdClassName
{
border-color: #00486C;
}
.TagClassName
{
border-color: #00486C;
}
</style>