Shades of Dark Cerulean #003F7D
Tints of Dark Cerulean #003F7D
RGB
CMYK
RGB Variations
Color information
#003F7D (or 0x003F7D) is known color: Dark Cerulean. HEX triplet: 00, 3F and 7D. RGB value is (0,63,125). Sum of RGB (Red+Green+Blue) = 0+63+125=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #003F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F7D is #FFC082. Grayscale: #323232. Windows color (decimal): -16760963 or 8208128. OLE color: 8208128.
HSL color Cylindrical-coordinate representation of color #003F7D: hue angle of 209.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F7D is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 63 | 125 | - |
| CMYK | 1 | 0.50 | 0 | 0.51 |
| HSL | 209.76º | 1% | 0.25% | - |
| HSV(B) | 209.76º | 1% | 0.49% | - |
| XYZ | 5.48 | 5.04 | 20.09 | - |
| YUV | 51.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 125 | 1 | 0.50 | 0 | 0.51 | 209.76 | 1 | 0.25 |
| Hex | 0 | 3F | 7D | 64 | 32 | 0 | 33 | D2 | 64 | 19 |
| Octal | 0 | 77 | 175 | 144 | 62 | 0 | 63 | 322 | 144 | 31 |
| Binary | 0 | 111111 | 1111101 | 1100100 | 110010 | 0 | 110011 | 11010010 | 1100100 | 11001 |
Color Harmonies of #003F7D
Complementary color
Monochromatic Colors of #003F7D
Black with #003F7D
Text Example
Text Example
White with #003F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F7D; }
p { color: rgb(0,63,125); }
H1.HeaderClassName
{
color: #003F7D;
}
.AnyTagClassName
{
color: #003F7D;
}
</style>
background-color css
<style>
a { background-color: #003F7D; }
a { background-color: rgb(0,63,125); }
div.DivClassName
{
background-color: #003F7D;
}
.BgClassName
{
background-color: #003F7D;
}
</style>
border-color css
<style>
span { border-color: #003F7D; }
span { border-color: rgb(0,63,125); }
td.TdClassName
{
border-color: #003F7D;
}
.TagClassName
{
border-color: #003F7D;
}
</style>