Shades of Dark Cerulean #07498A
Tints of Dark Cerulean #07498A
RGB
CMYK
RGB Variations
Color information
#07498A (or 0x07498A) is known color: Dark Cerulean. HEX triplet: 07, 49 and 8A. RGB value is (7,73,138). Sum of RGB (Red+Green+Blue) = 7+73+138=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #07498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07498A is #F8B675. Grayscale: #3C3C3C. Windows color (decimal): -16299638 or 9062663. OLE color: 9062663.
HSL color Cylindrical-coordinate representation of color #07498A: hue angle of 209.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07498A is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 73 | 138 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.46 |
| HSL | 209.77º | 0.9% | 0.28% | - |
| HSV(B) | 209.77º | 0.95% | 0.54% | - |
| XYZ | 7.06 | 6.65 | 24.96 | - |
| YUV | 60.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 138 | 0.95 | 0.47 | 0 | 0.46 | 209.77 | 0.9 | 0.28 |
| Hex | 7 | 49 | 8A | 5F | 2F | 0 | 2E | D2 | 5A | 1C |
| Octal | 7 | 111 | 212 | 137 | 57 | 0 | 56 | 322 | 132 | 34 |
| Binary | 111 | 1001001 | 10001010 | 1011111 | 101111 | 0 | 101110 | 11010010 | 1011010 | 11100 |
Color Harmonies of #07498A
Complementary color
Monochromatic Colors of #07498A
Black with #07498A
Text Example
Text Example
White with #07498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07498A; }
p { color: rgb(7,73,138); }
H1.HeaderClassName
{
color: #07498A;
}
.AnyTagClassName
{
color: #07498A;
}
</style>
background-color css
<style>
a { background-color: #07498A; }
a { background-color: rgb(7,73,138); }
div.DivClassName
{
background-color: #07498A;
}
.BgClassName
{
background-color: #07498A;
}
</style>
border-color css
<style>
span { border-color: #07498A; }
span { border-color: rgb(7,73,138); }
td.TdClassName
{
border-color: #07498A;
}
.TagClassName
{
border-color: #07498A;
}
</style>