Shades of Dark Cerulean #004B8C
Tints of Dark Cerulean #004B8C
RGB
CMYK
RGB Variations
Color information
#004B8C (or 0x004B8C) is known color: Dark Cerulean. HEX triplet: 00, 4B and 8C. RGB value is (0,75,140). Sum of RGB (Red+Green+Blue) = 0+75+140=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #004B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004B8C is #FFB473. Grayscale: #3B3B3B. Windows color (decimal): -16757876 or 9194240. OLE color: 9194240.
HSL color Cylindrical-coordinate representation of color #004B8C: hue angle of 207.86º 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 #004B8C is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 75 | 140 | - |
| CMYK | 1 | 0.46 | 0 | 0.45 |
| HSL | 207.86º | 1% | 0.27% | - |
| HSV(B) | 207.86º | 1% | 0.55% | - |
| XYZ | 7.25 | 6.93 | 25.77 | - |
| YUV | 59.99 | 173.15 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 140 | 1 | 0.46 | 0 | 0.45 | 207.86 | 1 | 0.27 |
| Hex | 0 | 4B | 8C | 64 | 2E | 0 | 2D | D0 | 64 | 1B |
| Octal | 0 | 113 | 214 | 144 | 56 | 0 | 55 | 320 | 144 | 33 |
| Binary | 0 | 1001011 | 10001100 | 1100100 | 101110 | 0 | 101101 | 11010000 | 1100100 | 11011 |
Color Harmonies of #004B8C
Complementary color
Monochromatic Colors of #004B8C
Black with #004B8C
Text Example
Text Example
White with #004B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B8C; }
p { color: rgb(0,75,140); }
H1.HeaderClassName
{
color: #004B8C;
}
.AnyTagClassName
{
color: #004B8C;
}
</style>
background-color css
<style>
a { background-color: #004B8C; }
a { background-color: rgb(0,75,140); }
div.DivClassName
{
background-color: #004B8C;
}
.BgClassName
{
background-color: #004B8C;
}
</style>
border-color css
<style>
span { border-color: #004B8C; }
span { border-color: rgb(0,75,140); }
td.TdClassName
{
border-color: #004B8C;
}
.TagClassName
{
border-color: #004B8C;
}
</style>