Shades of Smalt #00309A
Tints of Smalt #00309A
RGB
CMYK
RGB Variations
Color information
#00309A (or 0x00309A) is known color: Smalt. HEX triplet: 00, 30 and 9A. RGB value is (0,48,154). Sum of RGB (Red+Green+Blue) = 0+48+154=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 154 (60.55% from 255 or 76.24% from 202); Max value from RGB is 154 - color contains mainly: blue. Hex color #00309A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00309A is #FFCF65. Grayscale: #2D2D2D. Windows color (decimal): -16764774 or 10104832. OLE color: 10104832.
HSL color Cylindrical-coordinate representation of color #00309A: hue angle of 221.3º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00309A is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 48 | 154 | - |
| CMYK | 1 | 0.69 | 0 | 0.40 |
| HSL | 221.3º | 1% | 0.3% | - |
| HSV(B) | 221.3º | 1% | 0.6% | - |
| XYZ | 6.89 | 4.45 | 31.07 | - |
| YUV | 45.73 | 189.1 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 154 | 1 | 0.69 | 0 | 0.40 | 221.3 | 1 | 0.3 |
| Hex | 0 | 30 | 9A | 64 | 45 | 0 | 28 | DD | 64 | 1E |
| Octal | 0 | 60 | 232 | 144 | 105 | 0 | 50 | 335 | 144 | 36 |
| Binary | 0 | 110000 | 10011010 | 1100100 | 1000101 | 0 | 101000 | 11011101 | 1100100 | 11110 |
Color Harmonies of #00309A
Complementary color
Monochromatic Colors of #00309A
Black with #00309A
Text Example
Text Example
White with #00309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00309A; }
p { color: rgb(0,48,154); }
H1.HeaderClassName
{
color: #00309A;
}
.AnyTagClassName
{
color: #00309A;
}
</style>
background-color css
<style>
a { background-color: #00309A; }
a { background-color: rgb(0,48,154); }
div.DivClassName
{
background-color: #00309A;
}
.BgClassName
{
background-color: #00309A;
}
</style>
border-color css
<style>
span { border-color: #00309A; }
span { border-color: rgb(0,48,154); }
td.TdClassName
{
border-color: #00309A;
}
.TagClassName
{
border-color: #00309A;
}
</style>