Shades of Dark Cerulean #003F8C
Tints of Dark Cerulean #003F8C
RGB
CMYK
RGB Variations
Color information
#003F8C (or 0x003F8C) is known color: Dark Cerulean. HEX triplet: 00, 3F and 8C. RGB value is (0,63,140). Sum of RGB (Red+Green+Blue) = 0+63+140=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #003F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F8C is #FFC073. Grayscale: #343434. Windows color (decimal): -16760948 or 9191168. OLE color: 9191168.
HSL color Cylindrical-coordinate representation of color #003F8C: hue angle of 213º 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 #003F8C is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 63 | 140 | - |
| CMYK | 1 | 0.55 | 0 | 0.45 |
| HSL | 213º | 1% | 0.27% | - |
| HSV(B) | 213º | 1% | 0.55% | - |
| XYZ | 6.51 | 5.45 | 25.52 | - |
| YUV | 52.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 140 | 1 | 0.55 | 0 | 0.45 | 213 | 1 | 0.27 |
| Hex | 0 | 3F | 8C | 64 | 37 | 0 | 2D | D5 | 64 | 1B |
| Octal | 0 | 77 | 214 | 144 | 67 | 0 | 55 | 325 | 144 | 33 |
| Binary | 0 | 111111 | 10001100 | 1100100 | 110111 | 0 | 101101 | 11010101 | 1100100 | 11011 |
Color Harmonies of #003F8C
Complementary color
Monochromatic Colors of #003F8C
Black with #003F8C
Text Example
Text Example
White with #003F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F8C; }
p { color: rgb(0,63,140); }
H1.HeaderClassName
{
color: #003F8C;
}
.AnyTagClassName
{
color: #003F8C;
}
</style>
background-color css
<style>
a { background-color: #003F8C; }
a { background-color: rgb(0,63,140); }
div.DivClassName
{
background-color: #003F8C;
}
.BgClassName
{
background-color: #003F8C;
}
</style>
border-color css
<style>
span { border-color: #003F8C; }
span { border-color: rgb(0,63,140); }
td.TdClassName
{
border-color: #003F8C;
}
.TagClassName
{
border-color: #003F8C;
}
</style>