Shades of Dark Cerulean #00486E
Tints of Dark Cerulean #00486E
RGB
CMYK
RGB Variations
Color information
#00486E (or 0x00486E) is known color: Dark Cerulean. HEX triplet: 00, 48 and 6E. RGB value is (0,72,110). Sum of RGB (Red+Green+Blue) = 0+72+110=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #00486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00486E is #FFB791. Grayscale: #363636. Windows color (decimal): -16758674 or 7227392. OLE color: 7227392.
HSL color Cylindrical-coordinate representation of color #00486E: hue angle of 200.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00486E is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 72 | 110 | - |
| CMYK | 1 | 0.35 | 0 | 0.57 |
| HSL | 200.73º | 1% | 0.22% | - |
| HSV(B) | 200.73º | 1% | 0.43% | - |
| XYZ | 5.13 | 5.76 | 15.59 | - |
| YUV | 54.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 110 | 1 | 0.35 | 0 | 0.57 | 200.73 | 1 | 0.22 |
| Hex | 0 | 48 | 6E | 64 | 23 | 0 | 39 | C9 | 64 | 16 |
| Octal | 0 | 110 | 156 | 144 | 43 | 0 | 71 | 311 | 144 | 26 |
| Binary | 0 | 1001000 | 1101110 | 1100100 | 100011 | 0 | 111001 | 11001001 | 1100100 | 10110 |
Color Harmonies of #00486E
Complementary color
Monochromatic Colors of #00486E
Black with #00486E
Text Example
Text Example
White with #00486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00486E; }
p { color: rgb(0,72,110); }
H1.HeaderClassName
{
color: #00486E;
}
.AnyTagClassName
{
color: #00486E;
}
</style>
background-color css
<style>
a { background-color: #00486E; }
a { background-color: rgb(0,72,110); }
div.DivClassName
{
background-color: #00486E;
}
.BgClassName
{
background-color: #00486E;
}
</style>
border-color css
<style>
span { border-color: #00486E; }
span { border-color: rgb(0,72,110); }
td.TdClassName
{
border-color: #00486E;
}
.TagClassName
{
border-color: #00486E;
}
</style>