Shades of Dark Cerulean #00486F
Tints of Dark Cerulean #00486F
RGB
CMYK
RGB Variations
Color information
#00486F (or 0x00486F) is known color: Dark Cerulean. HEX triplet: 00, 48 and 6F. RGB value is (0,72,111). Sum of RGB (Red+Green+Blue) = 0+72+111=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #00486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00486F is #FFB790. Grayscale: #363636. Windows color (decimal): -16758673 or 7292928. OLE color: 7292928.
HSL color Cylindrical-coordinate representation of color #00486F: hue angle of 201.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00486F is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 72 | 111 | - |
| CMYK | 1 | 0.35 | 0 | 0.56 |
| HSL | 201.08º | 1% | 0.22% | - |
| HSV(B) | 201.08º | 1% | 0.44% | - |
| XYZ | 5.19 | 5.78 | 15.88 | - |
| YUV | 54.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 111 | 1 | 0.35 | 0 | 0.56 | 201.08 | 1 | 0.22 |
| Hex | 0 | 48 | 6F | 64 | 23 | 0 | 38 | C9 | 64 | 16 |
| Octal | 0 | 110 | 157 | 144 | 43 | 0 | 70 | 311 | 144 | 26 |
| Binary | 0 | 1001000 | 1101111 | 1100100 | 100011 | 0 | 111000 | 11001001 | 1100100 | 10110 |
Color Harmonies of #00486F
Complementary color
Monochromatic Colors of #00486F
Black with #00486F
Text Example
Text Example
White with #00486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00486F; }
p { color: rgb(0,72,111); }
H1.HeaderClassName
{
color: #00486F;
}
.AnyTagClassName
{
color: #00486F;
}
</style>
background-color css
<style>
a { background-color: #00486F; }
a { background-color: rgb(0,72,111); }
div.DivClassName
{
background-color: #00486F;
}
.BgClassName
{
background-color: #00486F;
}
</style>
border-color css
<style>
span { border-color: #00486F; }
span { border-color: rgb(0,72,111); }
td.TdClassName
{
border-color: #00486F;
}
.TagClassName
{
border-color: #00486F;
}
</style>