Shades of Dark Cerulean #084A6B
Tints of Dark Cerulean #084A6B
RGB
CMYK
RGB Variations
Color information
#084A6B (or 0x084A6B) is known color: Dark Cerulean. HEX triplet: 08, 4A and 6B. RGB value is (8,74,107). Sum of RGB (Red+Green+Blue) = 8+74+107=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #084A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6B is #F7B594. Grayscale: #393939. Windows color (decimal): -16233877 or 7031304. OLE color: 7031304.
HSL color Cylindrical-coordinate representation of color #084A6B: hue angle of 200º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A6B is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 74 | 107 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.58 |
| HSL | 200º | 0.86% | 0.23% | - |
| HSV(B) | 200º | 0.93% | 0.42% | - |
| XYZ | 5.2 | 6.01 | 14.8 | - |
| YUV | 58.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 107 | 0.93 | 0.31 | 0 | 0.58 | 200 | 0.86 | 0.23 |
| Hex | 8 | 4A | 6B | 5D | 1F | 0 | 3A | C8 | 56 | 17 |
| Octal | 10 | 112 | 153 | 135 | 37 | 0 | 72 | 310 | 126 | 27 |
| Binary | 1000 | 1001010 | 1101011 | 1011101 | 11111 | 0 | 111010 | 11001000 | 1010110 | 10111 |
Color Harmonies of #084A6B
Complementary color
Monochromatic Colors of #084A6B
Black with #084A6B
Text Example
Text Example
White with #084A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A6B; }
p { color: rgb(8,74,107); }
H1.HeaderClassName
{
color: #084A6B;
}
.AnyTagClassName
{
color: #084A6B;
}
</style>
background-color css
<style>
a { background-color: #084A6B; }
a { background-color: rgb(8,74,107); }
div.DivClassName
{
background-color: #084A6B;
}
.BgClassName
{
background-color: #084A6B;
}
</style>
border-color css
<style>
span { border-color: #084A6B; }
span { border-color: rgb(8,74,107); }
td.TdClassName
{
border-color: #084A6B;
}
.TagClassName
{
border-color: #084A6B;
}
</style>