Shades of Dark Cerulean #084A6A
Tints of Dark Cerulean #084A6A
RGB
CMYK
RGB Variations
Color information
#084A6A (or 0x084A6A) is known color: Dark Cerulean. HEX triplet: 08, 4A and 6A. RGB value is (8,74,106). Sum of RGB (Red+Green+Blue) = 8+74+106=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #084A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6A is #F7B595. Grayscale: #393939. Windows color (decimal): -16233878 or 6965768. OLE color: 6965768.
HSL color Cylindrical-coordinate representation of color #084A6A: hue angle of 199.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084A6A is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 74 | 106 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.58 |
| HSL | 199.59º | 0.86% | 0.22% | - |
| HSV(B) | 199.59º | 0.92% | 0.42% | - |
| XYZ | 5.15 | 5.99 | 14.52 | - |
| YUV | 57.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 106 | 0.92 | 0.30 | 0 | 0.58 | 199.59 | 0.86 | 0.22 |
| Hex | 8 | 4A | 6A | 5C | 1E | 0 | 3A | C8 | 56 | 16 |
| Octal | 10 | 112 | 152 | 134 | 36 | 0 | 72 | 310 | 126 | 26 |
| Binary | 1000 | 1001010 | 1101010 | 1011100 | 11110 | 0 | 111010 | 11001000 | 1010110 | 10110 |
Color Harmonies of #084A6A
Complementary color
Monochromatic Colors of #084A6A
Black with #084A6A
Text Example
Text Example
White with #084A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A6A; }
p { color: rgb(8,74,106); }
H1.HeaderClassName
{
color: #084A6A;
}
.AnyTagClassName
{
color: #084A6A;
}
</style>
background-color css
<style>
a { background-color: #084A6A; }
a { background-color: rgb(8,74,106); }
div.DivClassName
{
background-color: #084A6A;
}
.BgClassName
{
background-color: #084A6A;
}
</style>
border-color css
<style>
span { border-color: #084A6A; }
span { border-color: rgb(8,74,106); }
td.TdClassName
{
border-color: #084A6A;
}
.TagClassName
{
border-color: #084A6A;
}
</style>