Shades of Smalt #02279B
Tints of Smalt #02279B
RGB
CMYK
RGB Variations
Color information
#02279B (or 0x02279B) is known color: Smalt. HEX triplet: 02, 27 and 9B. RGB value is (2,39,155). Sum of RGB (Red+Green+Blue) = 2+39+155=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #02279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279B is #FDD864. Grayscale: #282828. Windows color (decimal): -16636005 or 10168066. OLE color: 10168066.
HSL color Cylindrical-coordinate representation of color #02279B: hue angle of 225.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02279B is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 39 | 155 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.39 |
| HSL | 225.49º | 0.97% | 0.31% | - |
| HSV(B) | 225.49º | 0.99% | 0.61% | - |
| XYZ | 6.67 | 3.83 | 31.4 | - |
| YUV | 41.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 155 | 0.99 | 0.75 | 0 | 0.39 | 225.49 | 0.97 | 0.31 |
| Hex | 2 | 27 | 9B | 63 | 4B | 0 | 27 | E1 | 61 | 1F |
| Octal | 2 | 47 | 233 | 143 | 113 | 0 | 47 | 341 | 141 | 37 |
| Binary | 10 | 100111 | 10011011 | 1100011 | 1001011 | 0 | 100111 | 11100001 | 1100001 | 11111 |
Color Harmonies of #02279B
Complementary color
Monochromatic Colors of #02279B
Black with #02279B
Text Example
Text Example
White with #02279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02279B; }
p { color: rgb(2,39,155); }
H1.HeaderClassName
{
color: #02279B;
}
.AnyTagClassName
{
color: #02279B;
}
</style>
background-color css
<style>
a { background-color: #02279B; }
a { background-color: rgb(2,39,155); }
div.DivClassName
{
background-color: #02279B;
}
.BgClassName
{
background-color: #02279B;
}
</style>
border-color css
<style>
span { border-color: #02279B; }
span { border-color: rgb(2,39,155); }
td.TdClassName
{
border-color: #02279B;
}
.TagClassName
{
border-color: #02279B;
}
</style>