Shades of Dark Cerulean #075379
Tints of Dark Cerulean #075379
RGB
CMYK
RGB Variations
Color information
#075379 (or 0x075379) is known color: Dark Cerulean. HEX triplet: 07, 53 and 79. RGB value is (7,83,121). Sum of RGB (Red+Green+Blue) = 7+83+121=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #075379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075379 is #F8AC86. Grayscale: #404040. Windows color (decimal): -16297095 or 7951111. OLE color: 7951111.
HSL color Cylindrical-coordinate representation of color #075379: hue angle of 200º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075379 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 83 | 121 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.53 |
| HSL | 200º | 0.89% | 0.25% | - |
| HSV(B) | 200º | 0.94% | 0.47% | - |
| XYZ | 6.63 | 7.61 | 19.21 | - |
| YUV | 64.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 121 | 0.94 | 0.31 | 0 | 0.53 | 200 | 0.89 | 0.25 |
| Hex | 7 | 53 | 79 | 5E | 1F | 0 | 35 | C8 | 59 | 19 |
| Octal | 7 | 123 | 171 | 136 | 37 | 0 | 65 | 310 | 131 | 31 |
| Binary | 111 | 1010011 | 1111001 | 1011110 | 11111 | 0 | 110101 | 11001000 | 1011001 | 11001 |
Color Harmonies of #075379
Complementary color
Monochromatic Colors of #075379
Black with #075379
Text Example
Text Example
White with #075379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075379; }
p { color: rgb(7,83,121); }
H1.HeaderClassName
{
color: #075379;
}
.AnyTagClassName
{
color: #075379;
}
</style>
background-color css
<style>
a { background-color: #075379; }
a { background-color: rgb(7,83,121); }
div.DivClassName
{
background-color: #075379;
}
.BgClassName
{
background-color: #075379;
}
</style>
border-color css
<style>
span { border-color: #075379; }
span { border-color: rgb(7,83,121); }
td.TdClassName
{
border-color: #075379;
}
.TagClassName
{
border-color: #075379;
}
</style>