Shades of Dark Cerulean #075484
Tints of Dark Cerulean #075484
RGB
CMYK
RGB Variations
Color information
#075484 (or 0x075484) is known color: Dark Cerulean. HEX triplet: 07, 54 and 84. RGB value is (7,84,132). Sum of RGB (Red+Green+Blue) = 7+84+132=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #075484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075484 is #F8AB7B. Grayscale: #424242. Windows color (decimal): -16296828 or 8672263. OLE color: 8672263.
HSL color Cylindrical-coordinate representation of color #075484: hue angle of 203.04º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075484 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 84 | 132 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.48 |
| HSL | 203.04º | 0.9% | 0.27% | - |
| HSV(B) | 203.04º | 0.95% | 0.52% | - |
| XYZ | 7.42 | 8.05 | 22.99 | - |
| YUV | 66.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 132 | 0.95 | 0.36 | 0 | 0.48 | 203.04 | 0.9 | 0.27 |
| Hex | 7 | 54 | 84 | 5F | 24 | 0 | 30 | CB | 5A | 1B |
| Octal | 7 | 124 | 204 | 137 | 44 | 0 | 60 | 313 | 132 | 33 |
| Binary | 111 | 1010100 | 10000100 | 1011111 | 100100 | 0 | 110000 | 11001011 | 1011010 | 11011 |
Color Harmonies of #075484
Complementary color
Monochromatic Colors of #075484
Black with #075484
Text Example
Text Example
White with #075484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075484; }
p { color: rgb(7,84,132); }
H1.HeaderClassName
{
color: #075484;
}
.AnyTagClassName
{
color: #075484;
}
</style>
background-color css
<style>
a { background-color: #075484; }
a { background-color: rgb(7,84,132); }
div.DivClassName
{
background-color: #075484;
}
.BgClassName
{
background-color: #075484;
}
</style>
border-color css
<style>
span { border-color: #075484; }
span { border-color: rgb(7,84,132); }
td.TdClassName
{
border-color: #075484;
}
.TagClassName
{
border-color: #075484;
}
</style>