Shades of Dark Cerulean #00488F
Tints of Dark Cerulean #00488F
RGB
CMYK
RGB Variations
Color information
#00488F (or 0x00488F) is known color: Dark Cerulean. HEX triplet: 00, 48 and 8F. RGB value is (0,72,143). Sum of RGB (Red+Green+Blue) = 0+72+143=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #00488F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488F is #FFB770. Grayscale: #3A3A3A. Windows color (decimal): -16758641 or 9390080. OLE color: 9390080.
HSL color Cylindrical-coordinate representation of color #00488F: hue angle of 209.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00488F is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 72 | 143 | - |
| CMYK | 1 | 0.50 | 0 | 0.44 |
| HSL | 209.79º | 1% | 0.28% | - |
| HSV(B) | 209.79º | 1% | 0.56% | - |
| XYZ | 7.28 | 6.62 | 26.88 | - |
| YUV | 58.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 143 | 1 | 0.50 | 0 | 0.44 | 209.79 | 1 | 0.28 |
| Hex | 0 | 48 | 8F | 64 | 32 | 0 | 2C | D2 | 64 | 1C |
| Octal | 0 | 110 | 217 | 144 | 62 | 0 | 54 | 322 | 144 | 34 |
| Binary | 0 | 1001000 | 10001111 | 1100100 | 110010 | 0 | 101100 | 11010010 | 1100100 | 11100 |
Color Harmonies of #00488F
Complementary color
Monochromatic Colors of #00488F
Black with #00488F
Text Example
Text Example
White with #00488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00488F; }
p { color: rgb(0,72,143); }
H1.HeaderClassName
{
color: #00488F;
}
.AnyTagClassName
{
color: #00488F;
}
</style>
background-color css
<style>
a { background-color: #00488F; }
a { background-color: rgb(0,72,143); }
div.DivClassName
{
background-color: #00488F;
}
.BgClassName
{
background-color: #00488F;
}
</style>
border-color css
<style>
span { border-color: #00488F; }
span { border-color: rgb(0,72,143); }
td.TdClassName
{
border-color: #00488F;
}
.TagClassName
{
border-color: #00488F;
}
</style>