Shades of Dark Cerulean #003F73
Tints of Dark Cerulean #003F73
RGB
CMYK
RGB Variations
Color information
#003F73 (or 0x003F73) is known color: Dark Cerulean. HEX triplet: 00, 3F and 73. RGB value is (0,63,115). Sum of RGB (Red+Green+Blue) = 0+63+115=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #003F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F73 is #FFC08C. Grayscale: #313131. Windows color (decimal): -16760973 or 7552768. OLE color: 7552768.
HSL color Cylindrical-coordinate representation of color #003F73: hue angle of 207.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F73 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 63 | 115 | - |
| CMYK | 1 | 0.45 | 0 | 0.55 |
| HSL | 207.13º | 1% | 0.23% | - |
| HSV(B) | 207.13º | 1% | 0.45% | - |
| XYZ | 4.87 | 4.79 | 16.89 | - |
| YUV | 50.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 115 | 1 | 0.45 | 0 | 0.55 | 207.13 | 1 | 0.23 |
| Hex | 0 | 3F | 73 | 64 | 2D | 0 | 37 | CF | 64 | 17 |
| Octal | 0 | 77 | 163 | 144 | 55 | 0 | 67 | 317 | 144 | 27 |
| Binary | 0 | 111111 | 1110011 | 1100100 | 101101 | 0 | 110111 | 11001111 | 1100100 | 10111 |
Color Harmonies of #003F73
Complementary color
Monochromatic Colors of #003F73
Black with #003F73
Text Example
Text Example
White with #003F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F73; }
p { color: rgb(0,63,115); }
H1.HeaderClassName
{
color: #003F73;
}
.AnyTagClassName
{
color: #003F73;
}
</style>
background-color css
<style>
a { background-color: #003F73; }
a { background-color: rgb(0,63,115); }
div.DivClassName
{
background-color: #003F73;
}
.BgClassName
{
background-color: #003F73;
}
</style>
border-color css
<style>
span { border-color: #003F73; }
span { border-color: rgb(0,63,115); }
td.TdClassName
{
border-color: #003F73;
}
.TagClassName
{
border-color: #003F73;
}
</style>