Shades of Dark Cerulean #00548B
Tints of Dark Cerulean #00548B
RGB
CMYK
RGB Variations
Color information
#00548B (or 0x00548B) is known color: Dark Cerulean. HEX triplet: 00, 54 and 8B. RGB value is (0,84,139). Sum of RGB (Red+Green+Blue) = 0+84+139=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #00548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00548B is #FFAB74. Grayscale: #404040. Windows color (decimal): -16755573 or 9131008. OLE color: 9131008.
HSL color Cylindrical-coordinate representation of color #00548B: hue angle of 203.74º 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 #00548B is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 84 | 139 | - |
| CMYK | 1 | 0.40 | 0 | 0.45 |
| HSL | 203.74º | 1% | 0.27% | - |
| HSV(B) | 203.74º | 1% | 0.55% | - |
| XYZ | 7.83 | 8.2 | 25.6 | - |
| YUV | 65.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 139 | 1 | 0.40 | 0 | 0.45 | 203.74 | 1 | 0.27 |
| Hex | 0 | 54 | 8B | 64 | 28 | 0 | 2D | CC | 64 | 1B |
| Octal | 0 | 124 | 213 | 144 | 50 | 0 | 55 | 314 | 144 | 33 |
| Binary | 0 | 1010100 | 10001011 | 1100100 | 101000 | 0 | 101101 | 11001100 | 1100100 | 11011 |
Color Harmonies of #00548B
Complementary color
Monochromatic Colors of #00548B
Black with #00548B
Text Example
Text Example
White with #00548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00548B; }
p { color: rgb(0,84,139); }
H1.HeaderClassName
{
color: #00548B;
}
.AnyTagClassName
{
color: #00548B;
}
</style>
background-color css
<style>
a { background-color: #00548B; }
a { background-color: rgb(0,84,139); }
div.DivClassName
{
background-color: #00548B;
}
.BgClassName
{
background-color: #00548B;
}
</style>
border-color css
<style>
span { border-color: #00548B; }
span { border-color: rgb(0,84,139); }
td.TdClassName
{
border-color: #00548B;
}
.TagClassName
{
border-color: #00548B;
}
</style>