Shades of Dark Cerulean #07547F
Tints of Dark Cerulean #07547F
RGB
CMYK
RGB Variations
Color information
#07547F (or 0x07547F) is known color: Dark Cerulean. HEX triplet: 07, 54 and 7F. RGB value is (7,84,127). Sum of RGB (Red+Green+Blue) = 7+84+127=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #07547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07547F is #F8AB80. Grayscale: #414141. Windows color (decimal): -16296833 or 8344583. OLE color: 8344583.
HSL color Cylindrical-coordinate representation of color #07547F: hue angle of 201.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07547F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 84 | 127 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.50 |
| HSL | 201.5º | 0.9% | 0.26% | - |
| HSV(B) | 201.5º | 0.94% | 0.5% | - |
| XYZ | 7.09 | 7.92 | 21.23 | - |
| YUV | 65.88 | 162.49 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 127 | 0.94 | 0.34 | 0 | 0.50 | 201.5 | 0.9 | 0.26 |
| Hex | 7 | 54 | 7F | 5E | 22 | 0 | 32 | CA | 5A | 1A |
| Octal | 7 | 124 | 177 | 136 | 42 | 0 | 62 | 312 | 132 | 32 |
| Binary | 111 | 1010100 | 1111111 | 1011110 | 100010 | 0 | 110010 | 11001010 | 1011010 | 11010 |
Color Harmonies of #07547F
Complementary color
Monochromatic Colors of #07547F
Black with #07547F
Text Example
Text Example
White with #07547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07547F; }
p { color: rgb(7,84,127); }
H1.HeaderClassName
{
color: #07547F;
}
.AnyTagClassName
{
color: #07547F;
}
</style>
background-color css
<style>
a { background-color: #07547F; }
a { background-color: rgb(7,84,127); }
div.DivClassName
{
background-color: #07547F;
}
.BgClassName
{
background-color: #07547F;
}
</style>
border-color css
<style>
span { border-color: #07547F; }
span { border-color: rgb(7,84,127); }
td.TdClassName
{
border-color: #07547F;
}
.TagClassName
{
border-color: #07547F;
}
</style>