Shades of Dark Cerulean #075392
Tints of Dark Cerulean #075392
RGB
CMYK
RGB Variations
Color information
#075392 (or 0x075392) is known color: Dark Cerulean. HEX triplet: 07, 53 and 92. RGB value is (7,83,146). Sum of RGB (Red+Green+Blue) = 7+83+146=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #075392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075392 is #F8AC6D. Grayscale: #434343. Windows color (decimal): -16297070 or 9589511. OLE color: 9589511.
HSL color Cylindrical-coordinate representation of color #075392: hue angle of 207.19º 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 #075392 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 83 | 146 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.43 |
| HSL | 207.19º | 0.91% | 0.3% | - |
| HSV(B) | 207.19º | 0.95% | 0.57% | - |
| XYZ | 8.37 | 8.31 | 28.36 | - |
| YUV | 67.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 146 | 0.95 | 0.43 | 0 | 0.43 | 207.19 | 0.91 | 0.3 |
| Hex | 7 | 53 | 92 | 5F | 2B | 0 | 2B | CF | 5B | 1E |
| Octal | 7 | 123 | 222 | 137 | 53 | 0 | 53 | 317 | 133 | 36 |
| Binary | 111 | 1010011 | 10010010 | 1011111 | 101011 | 0 | 101011 | 11001111 | 1011011 | 11110 |
Color Harmonies of #075392
Complementary color
Monochromatic Colors of #075392
Black with #075392
Text Example
Text Example
White with #075392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075392; }
p { color: rgb(7,83,146); }
H1.HeaderClassName
{
color: #075392;
}
.AnyTagClassName
{
color: #075392;
}
</style>
background-color css
<style>
a { background-color: #075392; }
a { background-color: rgb(7,83,146); }
div.DivClassName
{
background-color: #075392;
}
.BgClassName
{
background-color: #075392;
}
</style>
border-color css
<style>
span { border-color: #075392; }
span { border-color: rgb(7,83,146); }
td.TdClassName
{
border-color: #075392;
}
.TagClassName
{
border-color: #075392;
}
</style>