Shades of Dark Cerulean #075388
Tints of Dark Cerulean #075388
RGB
CMYK
RGB Variations
Color information
#075388 (or 0x075388) is known color: Dark Cerulean. HEX triplet: 07, 53 and 88. RGB value is (7,83,136). Sum of RGB (Red+Green+Blue) = 7+83+136=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #075388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075388 is #F8AC77. Grayscale: #424242. Windows color (decimal): -16297080 or 8934151. OLE color: 8934151.
HSL color Cylindrical-coordinate representation of color #075388: hue angle of 204.65º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075388 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 83 | 136 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.47 |
| HSL | 204.65º | 0.9% | 0.28% | - |
| HSV(B) | 204.65º | 0.95% | 0.53% | - |
| XYZ | 7.62 | 8.01 | 24.44 | - |
| YUV | 66.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 136 | 0.95 | 0.39 | 0 | 0.47 | 204.65 | 0.9 | 0.28 |
| Hex | 7 | 53 | 88 | 5F | 27 | 0 | 2F | CD | 5A | 1C |
| Octal | 7 | 123 | 210 | 137 | 47 | 0 | 57 | 315 | 132 | 34 |
| Binary | 111 | 1010011 | 10001000 | 1011111 | 100111 | 0 | 101111 | 11001101 | 1011010 | 11100 |
Color Harmonies of #075388
Complementary color
Monochromatic Colors of #075388
Black with #075388
Text Example
Text Example
White with #075388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075388; }
p { color: rgb(7,83,136); }
H1.HeaderClassName
{
color: #075388;
}
.AnyTagClassName
{
color: #075388;
}
</style>
background-color css
<style>
a { background-color: #075388; }
a { background-color: rgb(7,83,136); }
div.DivClassName
{
background-color: #075388;
}
.BgClassName
{
background-color: #075388;
}
</style>
border-color css
<style>
span { border-color: #075388; }
span { border-color: rgb(7,83,136); }
td.TdClassName
{
border-color: #075388;
}
.TagClassName
{
border-color: #075388;
}
</style>