Shades of Dark Cerulean #07538F
Tints of Dark Cerulean #07538F
RGB
CMYK
RGB Variations
Color information
#07538F (or 0x07538F) is known color: Dark Cerulean. HEX triplet: 07, 53 and 8F. RGB value is (7,83,143). Sum of RGB (Red+Green+Blue) = 7+83+143=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #07538F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07538F is #F8AC70. Grayscale: #424242. Windows color (decimal): -16297073 or 9392903. OLE color: 9392903.
HSL color Cylindrical-coordinate representation of color #07538F: hue angle of 206.47º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07538F is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 83 | 143 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.44 |
| HSL | 206.47º | 0.91% | 0.29% | - |
| HSV(B) | 206.47º | 0.95% | 0.56% | - |
| XYZ | 8.14 | 8.21 | 27.14 | - |
| YUV | 67.12 | 170.82 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 143 | 0.95 | 0.42 | 0 | 0.44 | 206.47 | 0.91 | 0.29 |
| Hex | 7 | 53 | 8F | 5F | 2A | 0 | 2C | CE | 5B | 1D |
| Octal | 7 | 123 | 217 | 137 | 52 | 0 | 54 | 316 | 133 | 35 |
| Binary | 111 | 1010011 | 10001111 | 1011111 | 101010 | 0 | 101100 | 11001110 | 1011011 | 11101 |
Color Harmonies of #07538F
Complementary color
Monochromatic Colors of #07538F
Black with #07538F
Text Example
Text Example
White with #07538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07538F; }
p { color: rgb(7,83,143); }
H1.HeaderClassName
{
color: #07538F;
}
.AnyTagClassName
{
color: #07538F;
}
</style>
background-color css
<style>
a { background-color: #07538F; }
a { background-color: rgb(7,83,143); }
div.DivClassName
{
background-color: #07538F;
}
.BgClassName
{
background-color: #07538F;
}
</style>
border-color css
<style>
span { border-color: #07538F; }
span { border-color: rgb(7,83,143); }
td.TdClassName
{
border-color: #07538F;
}
.TagClassName
{
border-color: #07538F;
}
</style>