Shades of Dark Cerulean #075374
Tints of Dark Cerulean #075374
RGB
CMYK
RGB Variations
Color information
#075374 (or 0x075374) is known color: Dark Cerulean. HEX triplet: 07, 53 and 74. RGB value is (7,83,116). Sum of RGB (Red+Green+Blue) = 7+83+116=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #075374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075374 is #F8AC8B. Grayscale: #3F3F3F. Windows color (decimal): -16297100 or 7623431. OLE color: 7623431.
HSL color Cylindrical-coordinate representation of color #075374: hue angle of 198.17º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075374 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 83 | 116 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.55 |
| HSL | 198.17º | 0.89% | 0.24% | - |
| HSV(B) | 198.17º | 0.94% | 0.45% | - |
| XYZ | 6.33 | 7.49 | 17.64 | - |
| YUV | 64.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 116 | 0.94 | 0.28 | 0 | 0.55 | 198.17 | 0.89 | 0.24 |
| Hex | 7 | 53 | 74 | 5E | 1C | 0 | 37 | C6 | 59 | 18 |
| Octal | 7 | 123 | 164 | 136 | 34 | 0 | 67 | 306 | 131 | 30 |
| Binary | 111 | 1010011 | 1110100 | 1011110 | 11100 | 0 | 110111 | 11000110 | 1011001 | 11000 |
Color Harmonies of #075374
Complementary color
Monochromatic Colors of #075374
Black with #075374
Text Example
Text Example
White with #075374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075374; }
p { color: rgb(7,83,116); }
H1.HeaderClassName
{
color: #075374;
}
.AnyTagClassName
{
color: #075374;
}
</style>
background-color css
<style>
a { background-color: #075374; }
a { background-color: rgb(7,83,116); }
div.DivClassName
{
background-color: #075374;
}
.BgClassName
{
background-color: #075374;
}
</style>
border-color css
<style>
span { border-color: #075374; }
span { border-color: rgb(7,83,116); }
td.TdClassName
{
border-color: #075374;
}
.TagClassName
{
border-color: #075374;
}
</style>