Shades of Dark Cerulean #075182
Tints of Dark Cerulean #075182
RGB
CMYK
RGB Variations
Color information
#075182 (or 0x075182) is known color: Dark Cerulean. HEX triplet: 07, 51 and 82. RGB value is (7,81,130). Sum of RGB (Red+Green+Blue) = 7+81+130=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #075182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075182 is #F8AE7D. Grayscale: #404040. Windows color (decimal): -16297598 or 8540423. OLE color: 8540423.
HSL color Cylindrical-coordinate representation of color #075182: hue angle of 203.9º 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 #075182 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 81 | 130 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.49 |
| HSL | 203.9º | 0.9% | 0.27% | - |
| HSV(B) | 203.9º | 0.95% | 0.51% | - |
| XYZ | 7.06 | 7.54 | 22.2 | - |
| YUV | 64.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 130 | 0.95 | 0.38 | 0 | 0.49 | 203.9 | 0.9 | 0.27 |
| Hex | 7 | 51 | 82 | 5F | 26 | 0 | 31 | CC | 5A | 1B |
| Octal | 7 | 121 | 202 | 137 | 46 | 0 | 61 | 314 | 132 | 33 |
| Binary | 111 | 1010001 | 10000010 | 1011111 | 100110 | 0 | 110001 | 11001100 | 1011010 | 11011 |
Color Harmonies of #075182
Complementary color
Monochromatic Colors of #075182
Black with #075182
Text Example
Text Example
White with #075182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075182; }
p { color: rgb(7,81,130); }
H1.HeaderClassName
{
color: #075182;
}
.AnyTagClassName
{
color: #075182;
}
</style>
background-color css
<style>
a { background-color: #075182; }
a { background-color: rgb(7,81,130); }
div.DivClassName
{
background-color: #075182;
}
.BgClassName
{
background-color: #075182;
}
</style>
border-color css
<style>
span { border-color: #075182; }
span { border-color: rgb(7,81,130); }
td.TdClassName
{
border-color: #075182;
}
.TagClassName
{
border-color: #075182;
}
</style>