Shades of Dark Cerulean #07486F
Tints of Dark Cerulean #07486F
RGB
CMYK
RGB Variations
Color information
#07486F (or 0x07486F) is known color: Dark Cerulean. HEX triplet: 07, 48 and 6F. RGB value is (7,72,111). Sum of RGB (Red+Green+Blue) = 7+72+111=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #07486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07486F is #F8B790. Grayscale: #383838. Windows color (decimal): -16299921 or 7292935. OLE color: 7292935.
HSL color Cylindrical-coordinate representation of color #07486F: hue angle of 202.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07486F is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 72 | 111 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.56 |
| HSL | 202.5º | 0.88% | 0.23% | - |
| HSV(B) | 202.5º | 0.94% | 0.44% | - |
| XYZ | 5.27 | 5.83 | 15.89 | - |
| YUV | 57.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 111 | 0.94 | 0.35 | 0 | 0.56 | 202.5 | 0.88 | 0.23 |
| Hex | 7 | 48 | 6F | 5E | 23 | 0 | 38 | CA | 58 | 17 |
| Octal | 7 | 110 | 157 | 136 | 43 | 0 | 70 | 312 | 130 | 27 |
| Binary | 111 | 1001000 | 1101111 | 1011110 | 100011 | 0 | 111000 | 11001010 | 1011000 | 10111 |
Color Harmonies of #07486F
Complementary color
Monochromatic Colors of #07486F
Black with #07486F
Text Example
Text Example
White with #07486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07486F; }
p { color: rgb(7,72,111); }
H1.HeaderClassName
{
color: #07486F;
}
.AnyTagClassName
{
color: #07486F;
}
</style>
background-color css
<style>
a { background-color: #07486F; }
a { background-color: rgb(7,72,111); }
div.DivClassName
{
background-color: #07486F;
}
.BgClassName
{
background-color: #07486F;
}
</style>
border-color css
<style>
span { border-color: #07486F; }
span { border-color: rgb(7,72,111); }
td.TdClassName
{
border-color: #07486F;
}
.TagClassName
{
border-color: #07486F;
}
</style>