Shades of Smalt #00289C
Tints of Smalt #00289C
RGB
CMYK
RGB Variations
Color information
#00289C (or 0x00289C) is known color: Smalt. HEX triplet: 00, 28 and 9C. RGB value is (0,40,156). Sum of RGB (Red+Green+Blue) = 0+40+156=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #00289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00289C is #FFD763. Grayscale: #282828. Windows color (decimal): -16766820 or 10233856. OLE color: 10233856.
HSL color Cylindrical-coordinate representation of color #00289C: hue angle of 224.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00289C is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 40 | 156 | - |
| CMYK | 1 | 0.74 | 0 | 0.39 |
| HSL | 224.62º | 1% | 0.31% | - |
| HSV(B) | 224.62º | 1% | 0.61% | - |
| XYZ | 6.76 | 3.92 | 31.85 | - |
| YUV | 41.26 | 192.75 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 156 | 1 | 0.74 | 0 | 0.39 | 224.62 | 1 | 0.31 |
| Hex | 0 | 28 | 9C | 64 | 4A | 0 | 27 | E1 | 64 | 1F |
| Octal | 0 | 50 | 234 | 144 | 112 | 0 | 47 | 341 | 144 | 37 |
| Binary | 0 | 101000 | 10011100 | 1100100 | 1001010 | 0 | 100111 | 11100001 | 1100100 | 11111 |
Color Harmonies of #00289C
Complementary color
Monochromatic Colors of #00289C
Black with #00289C
Text Example
Text Example
White with #00289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00289C; }
p { color: rgb(0,40,156); }
H1.HeaderClassName
{
color: #00289C;
}
.AnyTagClassName
{
color: #00289C;
}
</style>
background-color css
<style>
a { background-color: #00289C; }
a { background-color: rgb(0,40,156); }
div.DivClassName
{
background-color: #00289C;
}
.BgClassName
{
background-color: #00289C;
}
</style>
border-color css
<style>
span { border-color: #00289C; }
span { border-color: rgb(0,40,156); }
td.TdClassName
{
border-color: #00289C;
}
.TagClassName
{
border-color: #00289C;
}
</style>