Shades of Dark Cerulean #074575
Tints of Dark Cerulean #074575
RGB
CMYK
RGB Variations
Color information
#074575 (or 0x074575) is known color: Dark Cerulean. HEX triplet: 07, 45 and 75. RGB value is (7,69,117). Sum of RGB (Red+Green+Blue) = 7+69+117=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #074575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074575 is #F8BA8A. Grayscale: #373737. Windows color (decimal): -16300683 or 7685383. OLE color: 7685383.
HSL color Cylindrical-coordinate representation of color #074575: hue angle of 206.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074575 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 69 | 117 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.54 |
| HSL | 206.18º | 0.89% | 0.24% | - |
| HSV(B) | 206.18º | 0.94% | 0.46% | - |
| XYZ | 5.43 | 5.59 | 17.62 | - |
| YUV | 55.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 117 | 0.94 | 0.41 | 0 | 0.54 | 206.18 | 0.89 | 0.24 |
| Hex | 7 | 45 | 75 | 5E | 29 | 0 | 36 | CE | 59 | 18 |
| Octal | 7 | 105 | 165 | 136 | 51 | 0 | 66 | 316 | 131 | 30 |
| Binary | 111 | 1000101 | 1110101 | 1011110 | 101001 | 0 | 110110 | 11001110 | 1011001 | 11000 |
Color Harmonies of #074575
Complementary color
Monochromatic Colors of #074575
Black with #074575
Text Example
Text Example
White with #074575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074575; }
p { color: rgb(7,69,117); }
H1.HeaderClassName
{
color: #074575;
}
.AnyTagClassName
{
color: #074575;
}
</style>
background-color css
<style>
a { background-color: #074575; }
a { background-color: rgb(7,69,117); }
div.DivClassName
{
background-color: #074575;
}
.BgClassName
{
background-color: #074575;
}
</style>
border-color css
<style>
span { border-color: #074575; }
span { border-color: rgb(7,69,117); }
td.TdClassName
{
border-color: #074575;
}
.TagClassName
{
border-color: #074575;
}
</style>