Shades of Dark Cerulean #07548E
Tints of Dark Cerulean #07548E
RGB
CMYK
RGB Variations
Color information
#07548E (or 0x07548E) is known color: Dark Cerulean. HEX triplet: 07, 54 and 8E. RGB value is (7,84,142). Sum of RGB (Red+Green+Blue) = 7+84+142=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #07548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07548E is #F8AB71. Grayscale: #434343. Windows color (decimal): -16296818 or 9327623. OLE color: 9327623.
HSL color Cylindrical-coordinate representation of color #07548E: hue angle of 205.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07548E is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 84 | 142 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.44 |
| HSL | 205.78º | 0.91% | 0.29% | - |
| HSV(B) | 205.78º | 0.95% | 0.56% | - |
| XYZ | 8.14 | 8.34 | 26.77 | - |
| YUV | 67.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 142 | 0.95 | 0.41 | 0 | 0.44 | 205.78 | 0.91 | 0.29 |
| Hex | 7 | 54 | 8E | 5F | 29 | 0 | 2C | CE | 5B | 1D |
| Octal | 7 | 124 | 216 | 137 | 51 | 0 | 54 | 316 | 133 | 35 |
| Binary | 111 | 1010100 | 10001110 | 1011111 | 101001 | 0 | 101100 | 11001110 | 1011011 | 11101 |
Color Harmonies of #07548E
Complementary color
Monochromatic Colors of #07548E
Black with #07548E
Text Example
Text Example
White with #07548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07548E; }
p { color: rgb(7,84,142); }
H1.HeaderClassName
{
color: #07548E;
}
.AnyTagClassName
{
color: #07548E;
}
</style>
background-color css
<style>
a { background-color: #07548E; }
a { background-color: rgb(7,84,142); }
div.DivClassName
{
background-color: #07548E;
}
.BgClassName
{
background-color: #07548E;
}
</style>
border-color css
<style>
span { border-color: #07548E; }
span { border-color: rgb(7,84,142); }
td.TdClassName
{
border-color: #07548E;
}
.TagClassName
{
border-color: #07548E;
}
</style>