Shades of Dark Cerulean #075390
Tints of Dark Cerulean #075390
RGB
CMYK
RGB Variations
Color information
#075390 (or 0x075390) is known color: Dark Cerulean. HEX triplet: 07, 53 and 90. RGB value is (7,83,144). Sum of RGB (Red+Green+Blue) = 7+83+144=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #075390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075390 is #F8AC6F. Grayscale: #424242. Windows color (decimal): -16297072 or 9458439. OLE color: 9458439.
HSL color Cylindrical-coordinate representation of color #075390: hue angle of 206.72º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075390 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 83 | 144 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.44 |
| HSL | 206.72º | 0.91% | 0.3% | - |
| HSV(B) | 206.72º | 0.95% | 0.56% | - |
| XYZ | 8.21 | 8.25 | 27.54 | - |
| YUV | 67.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 144 | 0.95 | 0.42 | 0 | 0.44 | 206.72 | 0.91 | 0.3 |
| Hex | 7 | 53 | 90 | 5F | 2A | 0 | 2C | CF | 5B | 1E |
| Octal | 7 | 123 | 220 | 137 | 52 | 0 | 54 | 317 | 133 | 36 |
| Binary | 111 | 1010011 | 10010000 | 1011111 | 101010 | 0 | 101100 | 11001111 | 1011011 | 11110 |
Color Harmonies of #075390
Complementary color
Monochromatic Colors of #075390
Black with #075390
Text Example
Text Example
White with #075390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075390; }
p { color: rgb(7,83,144); }
H1.HeaderClassName
{
color: #075390;
}
.AnyTagClassName
{
color: #075390;
}
</style>
background-color css
<style>
a { background-color: #075390; }
a { background-color: rgb(7,83,144); }
div.DivClassName
{
background-color: #075390;
}
.BgClassName
{
background-color: #075390;
}
</style>
border-color css
<style>
span { border-color: #075390; }
span { border-color: rgb(7,83,144); }
td.TdClassName
{
border-color: #075390;
}
.TagClassName
{
border-color: #075390;
}
</style>