Shades of Smalt #02368C
Tints of Smalt #02368C
RGB
CMYK
RGB Variations
Color information
#02368C (or 0x02368C) is known color: Smalt. HEX triplet: 02, 36 and 8C. RGB value is (2,54,140). Sum of RGB (Red+Green+Blue) = 2+54+140=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #02368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02368C is #FDC973. Grayscale: #2F2F2F. Windows color (decimal): -16632180 or 9188866. OLE color: 9188866.
HSL color Cylindrical-coordinate representation of color #02368C: hue angle of 217.39º 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 #02368C is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 54 | 140 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.45 |
| HSL | 217.39º | 0.97% | 0.28% | - |
| HSV(B) | 217.39º | 0.99% | 0.55% | - |
| XYZ | 6.08 | 4.54 | 25.37 | - |
| YUV | 48.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 140 | 0.99 | 0.61 | 0 | 0.45 | 217.39 | 0.97 | 0.28 |
| Hex | 2 | 36 | 8C | 63 | 3D | 0 | 2D | D9 | 61 | 1C |
| Octal | 2 | 66 | 214 | 143 | 75 | 0 | 55 | 331 | 141 | 34 |
| Binary | 10 | 110110 | 10001100 | 1100011 | 111101 | 0 | 101101 | 11011001 | 1100001 | 11100 |
Color Harmonies of #02368C
Complementary color
Monochromatic Colors of #02368C
Black with #02368C
Text Example
Text Example
White with #02368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02368C; }
p { color: rgb(2,54,140); }
H1.HeaderClassName
{
color: #02368C;
}
.AnyTagClassName
{
color: #02368C;
}
</style>
background-color css
<style>
a { background-color: #02368C; }
a { background-color: rgb(2,54,140); }
div.DivClassName
{
background-color: #02368C;
}
.BgClassName
{
background-color: #02368C;
}
</style>
border-color css
<style>
span { border-color: #02368C; }
span { border-color: rgb(2,54,140); }
td.TdClassName
{
border-color: #02368C;
}
.TagClassName
{
border-color: #02368C;
}
</style>