Shades of Dark Cerulean #07488A
Tints of Dark Cerulean #07488A
RGB
CMYK
RGB Variations
Color information
#07488A (or 0x07488A) is known color: Dark Cerulean. HEX triplet: 07, 48 and 8A. RGB value is (7,72,138). Sum of RGB (Red+Green+Blue) = 7+72+138=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #07488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07488A is #F8B775. Grayscale: #3B3B3B. Windows color (decimal): -16299894 or 9062407. OLE color: 9062407.
HSL color Cylindrical-coordinate representation of color #07488A: hue angle of 210.23º 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 #07488A is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 72 | 138 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.46 |
| HSL | 210.23º | 0.9% | 0.28% | - |
| HSV(B) | 210.23º | 0.95% | 0.54% | - |
| XYZ | 6.99 | 6.51 | 24.93 | - |
| YUV | 60.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 138 | 0.95 | 0.48 | 0 | 0.46 | 210.23 | 0.9 | 0.28 |
| Hex | 7 | 48 | 8A | 5F | 30 | 0 | 2E | D2 | 5A | 1C |
| Octal | 7 | 110 | 212 | 137 | 60 | 0 | 56 | 322 | 132 | 34 |
| Binary | 111 | 1001000 | 10001010 | 1011111 | 110000 | 0 | 101110 | 11010010 | 1011010 | 11100 |
Color Harmonies of #07488A
Complementary color
Monochromatic Colors of #07488A
Black with #07488A
Text Example
Text Example
White with #07488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07488A; }
p { color: rgb(7,72,138); }
H1.HeaderClassName
{
color: #07488A;
}
.AnyTagClassName
{
color: #07488A;
}
</style>
background-color css
<style>
a { background-color: #07488A; }
a { background-color: rgb(7,72,138); }
div.DivClassName
{
background-color: #07488A;
}
.BgClassName
{
background-color: #07488A;
}
</style>
border-color css
<style>
span { border-color: #07488A; }
span { border-color: rgb(7,72,138); }
td.TdClassName
{
border-color: #07488A;
}
.TagClassName
{
border-color: #07488A;
}
</style>