Shades of Dark Cerulean #003F85
Tints of Dark Cerulean #003F85
RGB
CMYK
RGB Variations
Color information
#003F85 (or 0x003F85) is known color: Dark Cerulean. HEX triplet: 00, 3F and 85. RGB value is (0,63,133). Sum of RGB (Red+Green+Blue) = 0+63+133=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #003F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F85 is #FFC07A. Grayscale: #333333. Windows color (decimal): -16760955 or 8732416. OLE color: 8732416.
HSL color Cylindrical-coordinate representation of color #003F85: hue angle of 211.58º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F85 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 63 | 133 | - |
| CMYK | 1 | 0.53 | 0 | 0.48 |
| HSL | 211.58º | 1% | 0.26% | - |
| HSV(B) | 211.58º | 1% | 0.52% | - |
| XYZ | 6.01 | 5.25 | 22.89 | - |
| YUV | 52.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 133 | 1 | 0.53 | 0 | 0.48 | 211.58 | 1 | 0.26 |
| Hex | 0 | 3F | 85 | 64 | 35 | 0 | 30 | D4 | 64 | 1A |
| Octal | 0 | 77 | 205 | 144 | 65 | 0 | 60 | 324 | 144 | 32 |
| Binary | 0 | 111111 | 10000101 | 1100100 | 110101 | 0 | 110000 | 11010100 | 1100100 | 11010 |
Color Harmonies of #003F85
Complementary color
Monochromatic Colors of #003F85
Black with #003F85
Text Example
Text Example
White with #003F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F85; }
p { color: rgb(0,63,133); }
H1.HeaderClassName
{
color: #003F85;
}
.AnyTagClassName
{
color: #003F85;
}
</style>
background-color css
<style>
a { background-color: #003F85; }
a { background-color: rgb(0,63,133); }
div.DivClassName
{
background-color: #003F85;
}
.BgClassName
{
background-color: #003F85;
}
</style>
border-color css
<style>
span { border-color: #003F85; }
span { border-color: rgb(0,63,133); }
td.TdClassName
{
border-color: #003F85;
}
.TagClassName
{
border-color: #003F85;
}
</style>