Shades of Smalt #02278B
Tints of Smalt #02278B
RGB
CMYK
RGB Variations
Color information
#02278B (or 0x02278B) is known color: Smalt. HEX triplet: 02, 27 and 8B. RGB value is (2,39,139). Sum of RGB (Red+Green+Blue) = 2+39+139=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #02278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02278B is #FDD874. Grayscale: #262626. Windows color (decimal): -16636021 or 9119490. OLE color: 9119490.
HSL color Cylindrical-coordinate representation of color #02278B: hue angle of 223.8º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02278B is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 39 | 139 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.45 |
| HSL | 223.8º | 0.97% | 0.28% | - |
| HSV(B) | 223.8º | 0.99% | 0.55% | - |
| XYZ | 5.41 | 3.33 | 24.78 | - |
| YUV | 39.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 139 | 0.99 | 0.72 | 0 | 0.45 | 223.8 | 0.97 | 0.28 |
| Hex | 2 | 27 | 8B | 63 | 48 | 0 | 2D | E0 | 61 | 1C |
| Octal | 2 | 47 | 213 | 143 | 110 | 0 | 55 | 340 | 141 | 34 |
| Binary | 10 | 100111 | 10001011 | 1100011 | 1001000 | 0 | 101101 | 11100000 | 1100001 | 11100 |
Color Harmonies of #02278B
Complementary color
Monochromatic Colors of #02278B
Black with #02278B
Text Example
Text Example
White with #02278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02278B; }
p { color: rgb(2,39,139); }
H1.HeaderClassName
{
color: #02278B;
}
.AnyTagClassName
{
color: #02278B;
}
</style>
background-color css
<style>
a { background-color: #02278B; }
a { background-color: rgb(2,39,139); }
div.DivClassName
{
background-color: #02278B;
}
.BgClassName
{
background-color: #02278B;
}
</style>
border-color css
<style>
span { border-color: #02278B; }
span { border-color: rgb(2,39,139); }
td.TdClassName
{
border-color: #02278B;
}
.TagClassName
{
border-color: #02278B;
}
</style>