Shades of Dark Cerulean #075192
Tints of Dark Cerulean #075192
RGB
CMYK
RGB Variations
Color information
#075192 (or 0x075192) is known color: Dark Cerulean. HEX triplet: 07, 51 and 92. RGB value is (7,81,146). Sum of RGB (Red+Green+Blue) = 7+81+146=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #075192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075192 is #F8AE6D. Grayscale: #414141. Windows color (decimal): -16297582 or 9588999. OLE color: 9588999.
HSL color Cylindrical-coordinate representation of color #075192: hue angle of 208.06º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075192 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 81 | 146 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.43 |
| HSL | 208.06º | 0.91% | 0.3% | - |
| HSV(B) | 208.06º | 0.95% | 0.57% | - |
| XYZ | 8.22 | 8.01 | 28.31 | - |
| YUV | 66.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 146 | 0.95 | 0.45 | 0 | 0.43 | 208.06 | 0.91 | 0.3 |
| Hex | 7 | 51 | 92 | 5F | 2D | 0 | 2B | D0 | 5B | 1E |
| Octal | 7 | 121 | 222 | 137 | 55 | 0 | 53 | 320 | 133 | 36 |
| Binary | 111 | 1010001 | 10010010 | 1011111 | 101101 | 0 | 101011 | 11010000 | 1011011 | 11110 |
Color Harmonies of #075192
Complementary color
Monochromatic Colors of #075192
Black with #075192
Text Example
Text Example
White with #075192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075192; }
p { color: rgb(7,81,146); }
H1.HeaderClassName
{
color: #075192;
}
.AnyTagClassName
{
color: #075192;
}
</style>
background-color css
<style>
a { background-color: #075192; }
a { background-color: rgb(7,81,146); }
div.DivClassName
{
background-color: #075192;
}
.BgClassName
{
background-color: #075192;
}
</style>
border-color css
<style>
span { border-color: #075192; }
span { border-color: rgb(7,81,146); }
td.TdClassName
{
border-color: #075192;
}
.TagClassName
{
border-color: #075192;
}
</style>