Shades of Dark Cerulean #003F83
Tints of Dark Cerulean #003F83
RGB
CMYK
RGB Variations
Color information
#003F83 (or 0x003F83) is known color: Dark Cerulean. HEX triplet: 00, 3F and 83. RGB value is (0,63,131). Sum of RGB (Red+Green+Blue) = 0+63+131=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #003F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F83 is #FFC07C. Grayscale: #333333. Windows color (decimal): -16760957 or 8601344. OLE color: 8601344.
HSL color Cylindrical-coordinate representation of color #003F83: hue angle of 211.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F83 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 63 | 131 | - |
| CMYK | 1 | 0.52 | 0 | 0.49 |
| HSL | 211.15º | 1% | 0.26% | - |
| HSV(B) | 211.15º | 1% | 0.51% | - |
| XYZ | 5.87 | 5.19 | 22.17 | - |
| YUV | 51.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 131 | 1 | 0.52 | 0 | 0.49 | 211.15 | 1 | 0.26 |
| Hex | 0 | 3F | 83 | 64 | 34 | 0 | 31 | D3 | 64 | 1A |
| Octal | 0 | 77 | 203 | 144 | 64 | 0 | 61 | 323 | 144 | 32 |
| Binary | 0 | 111111 | 10000011 | 1100100 | 110100 | 0 | 110001 | 11010011 | 1100100 | 11010 |
Color Harmonies of #003F83
Complementary color
Monochromatic Colors of #003F83
Black with #003F83
Text Example
Text Example
White with #003F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F83; }
p { color: rgb(0,63,131); }
H1.HeaderClassName
{
color: #003F83;
}
.AnyTagClassName
{
color: #003F83;
}
</style>
background-color css
<style>
a { background-color: #003F83; }
a { background-color: rgb(0,63,131); }
div.DivClassName
{
background-color: #003F83;
}
.BgClassName
{
background-color: #003F83;
}
</style>
border-color css
<style>
span { border-color: #003F83; }
span { border-color: rgb(0,63,131); }
td.TdClassName
{
border-color: #003F83;
}
.TagClassName
{
border-color: #003F83;
}
</style>