Shades of Smalt #07388C
Tints of Smalt #07388C
RGB
CMYK
RGB Variations
Color information
#07388C (or 0x07388C) is known color: Smalt. HEX triplet: 07, 38 and 8C. RGB value is (7,56,140). Sum of RGB (Red+Green+Blue) = 7+56+140=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #07388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07388C is #F8C773. Grayscale: #323232. Windows color (decimal): -16303988 or 9189383. OLE color: 9189383.
HSL color Cylindrical-coordinate representation of color #07388C: hue angle of 217.89º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07388C is Cyan = 0.95, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 56 | 140 | - |
| CMYK | 0.95 | 0.6 | 0 | 0.45 |
| HSL | 217.89º | 0.9% | 0.29% | - |
| HSV(B) | 217.89º | 0.95% | 0.55% | - |
| XYZ | 6.24 | 4.77 | 25.4 | - |
| YUV | 50.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 140 | 0.95 | 0.6 | 0 | 0.45 | 217.89 | 0.9 | 0.29 |
| Hex | 7 | 38 | 8C | 5F | 3C | 0 | 2D | DA | 5A | 1D |
| Octal | 7 | 70 | 214 | 137 | 74 | 0 | 55 | 332 | 132 | 35 |
| Binary | 111 | 111000 | 10001100 | 1011111 | 111100 | 0 | 101101 | 11011010 | 1011010 | 11101 |
Color Harmonies of #07388C
Complementary color
Monochromatic Colors of #07388C
Black with #07388C
Text Example
Text Example
White with #07388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07388C; }
p { color: rgb(7,56,140); }
H1.HeaderClassName
{
color: #07388C;
}
.AnyTagClassName
{
color: #07388C;
}
</style>
background-color css
<style>
a { background-color: #07388C; }
a { background-color: rgb(7,56,140); }
div.DivClassName
{
background-color: #07388C;
}
.BgClassName
{
background-color: #07388C;
}
</style>
border-color css
<style>
span { border-color: #07388C; }
span { border-color: rgb(7,56,140); }
td.TdClassName
{
border-color: #07388C;
}
.TagClassName
{
border-color: #07388C;
}
</style>