Shades of Dark Cerulean #00508B
Tints of Dark Cerulean #00508B
RGB
CMYK
RGB Variations
Color information
#00508B (or 0x00508B) is known color: Dark Cerulean. HEX triplet: 00, 50 and 8B. RGB value is (0,80,139). Sum of RGB (Red+Green+Blue) = 0+80+139=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #00508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00508B is #FFAF74. Grayscale: #3E3E3E. Windows color (decimal): -16756597 or 9129984. OLE color: 9129984.
HSL color Cylindrical-coordinate representation of color #00508B: hue angle of 205.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00508B is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 80 | 139 | - |
| CMYK | 1 | 0.42 | 0 | 0.45 |
| HSL | 205.47º | 1% | 0.27% | - |
| HSV(B) | 205.47º | 1% | 0.55% | - |
| XYZ | 7.53 | 7.6 | 25.5 | - |
| YUV | 62.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 139 | 1 | 0.42 | 0 | 0.45 | 205.47 | 1 | 0.27 |
| Hex | 0 | 50 | 8B | 64 | 2A | 0 | 2D | CD | 64 | 1B |
| Octal | 0 | 120 | 213 | 144 | 52 | 0 | 55 | 315 | 144 | 33 |
| Binary | 0 | 1010000 | 10001011 | 1100100 | 101010 | 0 | 101101 | 11001101 | 1100100 | 11011 |
Color Harmonies of #00508B
Complementary color
Monochromatic Colors of #00508B
Black with #00508B
Text Example
Text Example
White with #00508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00508B; }
p { color: rgb(0,80,139); }
H1.HeaderClassName
{
color: #00508B;
}
.AnyTagClassName
{
color: #00508B;
}
</style>
background-color css
<style>
a { background-color: #00508B; }
a { background-color: rgb(0,80,139); }
div.DivClassName
{
background-color: #00508B;
}
.BgClassName
{
background-color: #00508B;
}
</style>
border-color css
<style>
span { border-color: #00508B; }
span { border-color: rgb(0,80,139); }
td.TdClassName
{
border-color: #00508B;
}
.TagClassName
{
border-color: #00508B;
}
</style>