Shades of Dark Cerulean #06478B
Tints of Dark Cerulean #06478B
RGB
CMYK
RGB Variations
Color information
#06478B (or 0x06478B) is known color: Dark Cerulean. HEX triplet: 06, 47 and 8B. RGB value is (6,71,139). Sum of RGB (Red+Green+Blue) = 6+71+139=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #06478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06478B is #F9B874. Grayscale: #3A3A3A. Windows color (decimal): -16365685 or 9127686. OLE color: 9127686.
HSL color Cylindrical-coordinate representation of color #06478B: hue angle of 210.68º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06478B is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 71 | 139 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.45 |
| HSL | 210.68º | 0.92% | 0.28% | - |
| HSV(B) | 210.68º | 0.96% | 0.55% | - |
| XYZ | 6.99 | 6.41 | 25.29 | - |
| YUV | 59.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 139 | 0.96 | 0.49 | 0 | 0.45 | 210.68 | 0.92 | 0.28 |
| Hex | 6 | 47 | 8B | 60 | 31 | 0 | 2D | D3 | 5C | 1C |
| Octal | 6 | 107 | 213 | 140 | 61 | 0 | 55 | 323 | 134 | 34 |
| Binary | 110 | 1000111 | 10001011 | 1100000 | 110001 | 0 | 101101 | 11010011 | 1011100 | 11100 |
Color Harmonies of #06478B
Complementary color
Monochromatic Colors of #06478B
Black with #06478B
Text Example
Text Example
White with #06478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06478B; }
p { color: rgb(6,71,139); }
H1.HeaderClassName
{
color: #06478B;
}
.AnyTagClassName
{
color: #06478B;
}
</style>
background-color css
<style>
a { background-color: #06478B; }
a { background-color: rgb(6,71,139); }
div.DivClassName
{
background-color: #06478B;
}
.BgClassName
{
background-color: #06478B;
}
</style>
border-color css
<style>
span { border-color: #06478B; }
span { border-color: rgb(6,71,139); }
td.TdClassName
{
border-color: #06478B;
}
.TagClassName
{
border-color: #06478B;
}
</style>