Shades of Smalt #02268B
Tints of Smalt #02268B
RGB
CMYK
RGB Variations
Color information
#02268B (or 0x02268B) is known color: Smalt. HEX triplet: 02, 26 and 8B. RGB value is (2,38,139). Sum of RGB (Red+Green+Blue) = 2+38+139=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #02268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02268B is #FDD974. Grayscale: #262626. Windows color (decimal): -16636277 or 9119234. OLE color: 9119234.
HSL color Cylindrical-coordinate representation of color #02268B: hue angle of 224.23º 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 #02268B is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 38 | 139 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.45 |
| HSL | 224.23º | 0.97% | 0.28% | - |
| HSV(B) | 224.23º | 0.99% | 0.55% | - |
| XYZ | 5.38 | 3.26 | 24.77 | - |
| YUV | 38.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 139 | 0.99 | 0.73 | 0 | 0.45 | 224.23 | 0.97 | 0.28 |
| Hex | 2 | 26 | 8B | 63 | 49 | 0 | 2D | E0 | 61 | 1C |
| Octal | 2 | 46 | 213 | 143 | 111 | 0 | 55 | 340 | 141 | 34 |
| Binary | 10 | 100110 | 10001011 | 1100011 | 1001001 | 0 | 101101 | 11100000 | 1100001 | 11100 |
Color Harmonies of #02268B
Complementary color
Monochromatic Colors of #02268B
Black with #02268B
Text Example
Text Example
White with #02268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02268B; }
p { color: rgb(2,38,139); }
H1.HeaderClassName
{
color: #02268B;
}
.AnyTagClassName
{
color: #02268B;
}
</style>
background-color css
<style>
a { background-color: #02268B; }
a { background-color: rgb(2,38,139); }
div.DivClassName
{
background-color: #02268B;
}
.BgClassName
{
background-color: #02268B;
}
</style>
border-color css
<style>
span { border-color: #02268B; }
span { border-color: rgb(2,38,139); }
td.TdClassName
{
border-color: #02268B;
}
.TagClassName
{
border-color: #02268B;
}
</style>