Shades of Dark Cerulean #063F8D
Tints of Dark Cerulean #063F8D
RGB
CMYK
RGB Variations
Color information
#063F8D (or 0x063F8D) is known color: Dark Cerulean. HEX triplet: 06, 3F and 8D. RGB value is (6,63,141). Sum of RGB (Red+Green+Blue) = 6+63+141=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #063F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F8D is #F9C072. Grayscale: #363636. Windows color (decimal): -16367731 or 9256710. OLE color: 9256710.
HSL color Cylindrical-coordinate representation of color #063F8D: hue angle of 214.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F8D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 63 | 141 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.45 |
| HSL | 214.67º | 0.92% | 0.29% | - |
| HSV(B) | 214.67º | 0.96% | 0.55% | - |
| XYZ | 6.66 | 5.52 | 25.91 | - |
| YUV | 54.85 | 176.62 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 141 | 0.96 | 0.55 | 0 | 0.45 | 214.67 | 0.92 | 0.29 |
| Hex | 6 | 3F | 8D | 60 | 37 | 0 | 2D | D7 | 5C | 1D |
| Octal | 6 | 77 | 215 | 140 | 67 | 0 | 55 | 327 | 134 | 35 |
| Binary | 110 | 111111 | 10001101 | 1100000 | 110111 | 0 | 101101 | 11010111 | 1011100 | 11101 |
Color Harmonies of #063F8D
Complementary color
Monochromatic Colors of #063F8D
Black with #063F8D
Text Example
Text Example
White with #063F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F8D; }
p { color: rgb(6,63,141); }
H1.HeaderClassName
{
color: #063F8D;
}
.AnyTagClassName
{
color: #063F8D;
}
</style>
background-color css
<style>
a { background-color: #063F8D; }
a { background-color: rgb(6,63,141); }
div.DivClassName
{
background-color: #063F8D;
}
.BgClassName
{
background-color: #063F8D;
}
</style>
border-color css
<style>
span { border-color: #063F8D; }
span { border-color: rgb(6,63,141); }
td.TdClassName
{
border-color: #063F8D;
}
.TagClassName
{
border-color: #063F8D;
}
</style>