Shades of Dark Cerulean #063F8C
Tints of Dark Cerulean #063F8C
RGB
CMYK
RGB Variations
Color information
#063F8C (or 0x063F8C) is known color: Dark Cerulean. HEX triplet: 06, 3F and 8C. RGB value is (6,63,140). Sum of RGB (Red+Green+Blue) = 6+63+140=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #063F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F8C is #F9C073. Grayscale: #363636. Windows color (decimal): -16367732 or 9191174. OLE color: 9191174.
HSL color Cylindrical-coordinate representation of color #063F8C: hue angle of 214.48º 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 #063F8C is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 63 | 140 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.45 |
| HSL | 214.48º | 0.92% | 0.29% | - |
| HSV(B) | 214.48º | 0.96% | 0.55% | - |
| XYZ | 6.59 | 5.49 | 25.52 | - |
| YUV | 54.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 140 | 0.96 | 0.55 | 0 | 0.45 | 214.48 | 0.92 | 0.29 |
| Hex | 6 | 3F | 8C | 60 | 37 | 0 | 2D | D6 | 5C | 1D |
| Octal | 6 | 77 | 214 | 140 | 67 | 0 | 55 | 326 | 134 | 35 |
| Binary | 110 | 111111 | 10001100 | 1100000 | 110111 | 0 | 101101 | 11010110 | 1011100 | 11101 |
Color Harmonies of #063F8C
Complementary color
Monochromatic Colors of #063F8C
Black with #063F8C
Text Example
Text Example
White with #063F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F8C; }
p { color: rgb(6,63,140); }
H1.HeaderClassName
{
color: #063F8C;
}
.AnyTagClassName
{
color: #063F8C;
}
</style>
background-color css
<style>
a { background-color: #063F8C; }
a { background-color: rgb(6,63,140); }
div.DivClassName
{
background-color: #063F8C;
}
.BgClassName
{
background-color: #063F8C;
}
</style>
border-color css
<style>
span { border-color: #063F8C; }
span { border-color: rgb(6,63,140); }
td.TdClassName
{
border-color: #063F8C;
}
.TagClassName
{
border-color: #063F8C;
}
</style>