Shades of Dark Cerulean #084B7B
Tints of Dark Cerulean #084B7B
RGB
CMYK
RGB Variations
Color information
#084B7B (or 0x084B7B) is known color: Dark Cerulean. HEX triplet: 08, 4B and 7B. RGB value is (8,75,123). Sum of RGB (Red+Green+Blue) = 8+75+123=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #084B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B7B is #F7B484. Grayscale: #3C3C3C. Windows color (decimal): -16233605 or 8080136. OLE color: 8080136.
HSL color Cylindrical-coordinate representation of color #084B7B: hue angle of 205.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084B7B is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 75 | 123 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.52 |
| HSL | 205.04º | 0.88% | 0.26% | - |
| HSV(B) | 205.04º | 0.93% | 0.48% | - |
| XYZ | 6.19 | 6.51 | 19.67 | - |
| YUV | 60.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 123 | 0.93 | 0.39 | 0 | 0.52 | 205.04 | 0.88 | 0.26 |
| Hex | 8 | 4B | 7B | 5D | 27 | 0 | 34 | CD | 58 | 1A |
| Octal | 10 | 113 | 173 | 135 | 47 | 0 | 64 | 315 | 130 | 32 |
| Binary | 1000 | 1001011 | 1111011 | 1011101 | 100111 | 0 | 110100 | 11001101 | 1011000 | 11010 |
Color Harmonies of #084B7B
Complementary color
Monochromatic Colors of #084B7B
Black with #084B7B
Text Example
Text Example
White with #084B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B7B; }
p { color: rgb(8,75,123); }
H1.HeaderClassName
{
color: #084B7B;
}
.AnyTagClassName
{
color: #084B7B;
}
</style>
background-color css
<style>
a { background-color: #084B7B; }
a { background-color: rgb(8,75,123); }
div.DivClassName
{
background-color: #084B7B;
}
.BgClassName
{
background-color: #084B7B;
}
</style>
border-color css
<style>
span { border-color: #084B7B; }
span { border-color: rgb(8,75,123); }
td.TdClassName
{
border-color: #084B7B;
}
.TagClassName
{
border-color: #084B7B;
}
</style>