Shades of Dark Cerulean #075881
Tints of Dark Cerulean #075881
RGB
CMYK
RGB Variations
Color information
#075881 (or 0x075881) is known color: Dark Cerulean. HEX triplet: 07, 58 and 81. RGB value is (7,88,129). Sum of RGB (Red+Green+Blue) = 7+88+129=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #075881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075881 is #F8A77E. Grayscale: #444444. Windows color (decimal): -16295807 or 8476679. OLE color: 8476679.
HSL color Cylindrical-coordinate representation of color #075881: hue angle of 200.16º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075881 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 88 | 129 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.49 |
| HSL | 200.16º | 0.9% | 0.27% | - |
| HSV(B) | 200.16º | 0.95% | 0.51% | - |
| XYZ | 7.54 | 8.61 | 22.03 | - |
| YUV | 68.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 129 | 0.95 | 0.32 | 0 | 0.49 | 200.16 | 0.9 | 0.27 |
| Hex | 7 | 58 | 81 | 5F | 20 | 0 | 31 | C8 | 5A | 1B |
| Octal | 7 | 130 | 201 | 137 | 40 | 0 | 61 | 310 | 132 | 33 |
| Binary | 111 | 1011000 | 10000001 | 1011111 | 100000 | 0 | 110001 | 11001000 | 1011010 | 11011 |
Color Harmonies of #075881
Complementary color
Monochromatic Colors of #075881
Black with #075881
Text Example
Text Example
White with #075881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075881; }
p { color: rgb(7,88,129); }
H1.HeaderClassName
{
color: #075881;
}
.AnyTagClassName
{
color: #075881;
}
</style>
background-color css
<style>
a { background-color: #075881; }
a { background-color: rgb(7,88,129); }
div.DivClassName
{
background-color: #075881;
}
.BgClassName
{
background-color: #075881;
}
</style>
border-color css
<style>
span { border-color: #075881; }
span { border-color: rgb(7,88,129); }
td.TdClassName
{
border-color: #075881;
}
.TagClassName
{
border-color: #075881;
}
</style>