Shades of Dark Cerulean #003F86
Tints of Dark Cerulean #003F86
RGB
CMYK
RGB Variations
Color information
#003F86 (or 0x003F86) is known color: Dark Cerulean. HEX triplet: 00, 3F and 86. RGB value is (0,63,134). Sum of RGB (Red+Green+Blue) = 0+63+134=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #003F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F86 is #FFC079. Grayscale: #333333. Windows color (decimal): -16760954 or 8797952. OLE color: 8797952.
HSL color Cylindrical-coordinate representation of color #003F86: hue angle of 211.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F86 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 63 | 134 | - |
| CMYK | 1 | 0.53 | 0 | 0.47 |
| HSL | 211.79º | 1% | 0.26% | - |
| HSV(B) | 211.79º | 1% | 0.53% | - |
| XYZ | 6.08 | 5.28 | 23.25 | - |
| YUV | 52.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 134 | 1 | 0.53 | 0 | 0.47 | 211.79 | 1 | 0.26 |
| Hex | 0 | 3F | 86 | 64 | 35 | 0 | 2F | D4 | 64 | 1A |
| Octal | 0 | 77 | 206 | 144 | 65 | 0 | 57 | 324 | 144 | 32 |
| Binary | 0 | 111111 | 10000110 | 1100100 | 110101 | 0 | 101111 | 11010100 | 1100100 | 11010 |
Color Harmonies of #003F86
Complementary color
Monochromatic Colors of #003F86
Black with #003F86
Text Example
Text Example
White with #003F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F86; }
p { color: rgb(0,63,134); }
H1.HeaderClassName
{
color: #003F86;
}
.AnyTagClassName
{
color: #003F86;
}
</style>
background-color css
<style>
a { background-color: #003F86; }
a { background-color: rgb(0,63,134); }
div.DivClassName
{
background-color: #003F86;
}
.BgClassName
{
background-color: #003F86;
}
</style>
border-color css
<style>
span { border-color: #003F86; }
span { border-color: rgb(0,63,134); }
td.TdClassName
{
border-color: #003F86;
}
.TagClassName
{
border-color: #003F86;
}
</style>