Shades of Dark Cerulean #00488C
Tints of Dark Cerulean #00488C
RGB
CMYK
RGB Variations
Color information
#00488C (or 0x00488C) is known color: Dark Cerulean. HEX triplet: 00, 48 and 8C. RGB value is (0,72,140). Sum of RGB (Red+Green+Blue) = 0+72+140=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #00488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00488C is #FFB773. Grayscale: #393939. Windows color (decimal): -16758644 or 9193472. OLE color: 9193472.
HSL color Cylindrical-coordinate representation of color #00488C: hue angle of 209.14º 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 #00488C is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 72 | 140 | - |
| CMYK | 1 | 0.49 | 0 | 0.45 |
| HSL | 209.14º | 1% | 0.27% | - |
| HSV(B) | 209.14º | 1% | 0.55% | - |
| XYZ | 7.05 | 6.53 | 25.7 | - |
| YUV | 58.22 | 174.15 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 140 | 1 | 0.49 | 0 | 0.45 | 209.14 | 1 | 0.27 |
| Hex | 0 | 48 | 8C | 64 | 31 | 0 | 2D | D1 | 64 | 1B |
| Octal | 0 | 110 | 214 | 144 | 61 | 0 | 55 | 321 | 144 | 33 |
| Binary | 0 | 1001000 | 10001100 | 1100100 | 110001 | 0 | 101101 | 11010001 | 1100100 | 11011 |
Color Harmonies of #00488C
Complementary color
Monochromatic Colors of #00488C
Black with #00488C
Text Example
Text Example
White with #00488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00488C; }
p { color: rgb(0,72,140); }
H1.HeaderClassName
{
color: #00488C;
}
.AnyTagClassName
{
color: #00488C;
}
</style>
background-color css
<style>
a { background-color: #00488C; }
a { background-color: rgb(0,72,140); }
div.DivClassName
{
background-color: #00488C;
}
.BgClassName
{
background-color: #00488C;
}
</style>
border-color css
<style>
span { border-color: #00488C; }
span { border-color: rgb(0,72,140); }
td.TdClassName
{
border-color: #00488C;
}
.TagClassName
{
border-color: #00488C;
}
</style>