Shades of Smalt #02308F
Tints of Smalt #02308F
RGB
CMYK
RGB Variations
Color information
#02308F (or 0x02308F) is known color: Smalt. HEX triplet: 02, 30 and 8F. RGB value is (2,48,143). Sum of RGB (Red+Green+Blue) = 2+48+143=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #02308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02308F is #FDCF70. Grayscale: #2C2C2C. Windows color (decimal): -16633713 or 9383938. OLE color: 9383938.
HSL color Cylindrical-coordinate representation of color #02308F: hue angle of 220.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02308F is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 48 | 143 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.44 |
| HSL | 220.43º | 0.97% | 0.28% | - |
| HSV(B) | 220.43º | 0.99% | 0.56% | - |
| XYZ | 6.04 | 4.11 | 26.46 | - |
| YUV | 45.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 143 | 0.99 | 0.66 | 0 | 0.44 | 220.43 | 0.97 | 0.28 |
| Hex | 2 | 30 | 8F | 63 | 42 | 0 | 2C | DC | 61 | 1C |
| Octal | 2 | 60 | 217 | 143 | 102 | 0 | 54 | 334 | 141 | 34 |
| Binary | 10 | 110000 | 10001111 | 1100011 | 1000010 | 0 | 101100 | 11011100 | 1100001 | 11100 |
Color Harmonies of #02308F
Complementary color
Monochromatic Colors of #02308F
Black with #02308F
Text Example
Text Example
White with #02308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02308F; }
p { color: rgb(2,48,143); }
H1.HeaderClassName
{
color: #02308F;
}
.AnyTagClassName
{
color: #02308F;
}
</style>
background-color css
<style>
a { background-color: #02308F; }
a { background-color: rgb(2,48,143); }
div.DivClassName
{
background-color: #02308F;
}
.BgClassName
{
background-color: #02308F;
}
</style>
border-color css
<style>
span { border-color: #02308F; }
span { border-color: rgb(2,48,143); }
td.TdClassName
{
border-color: #02308F;
}
.TagClassName
{
border-color: #02308F;
}
</style>