Shades of Smalt #00359A
Tints of Smalt #00359A
RGB
CMYK
RGB Variations
Color information
#00359A (or 0x00359A) is known color: Smalt. HEX triplet: 00, 35 and 9A. RGB value is (0,53,154). Sum of RGB (Red+Green+Blue) = 0+53+154=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #00359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00359A is #FFCA65. Grayscale: #303030. Windows color (decimal): -16763494 or 10106112. OLE color: 10106112.
HSL color Cylindrical-coordinate representation of color #00359A: hue angle of 219.35º 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 #00359A is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 53 | 154 | - |
| CMYK | 1 | 0.66 | 0 | 0.40 |
| HSL | 219.35º | 1% | 0.3% | - |
| HSV(B) | 219.35º | 1% | 0.6% | - |
| XYZ | 7.11 | 4.88 | 31.14 | - |
| YUV | 48.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 154 | 1 | 0.66 | 0 | 0.40 | 219.35 | 1 | 0.3 |
| Hex | 0 | 35 | 9A | 64 | 42 | 0 | 28 | DB | 64 | 1E |
| Octal | 0 | 65 | 232 | 144 | 102 | 0 | 50 | 333 | 144 | 36 |
| Binary | 0 | 110101 | 10011010 | 1100100 | 1000010 | 0 | 101000 | 11011011 | 1100100 | 11110 |
Color Harmonies of #00359A
Complementary color
Monochromatic Colors of #00359A
Black with #00359A
Text Example
Text Example
White with #00359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00359A; }
p { color: rgb(0,53,154); }
H1.HeaderClassName
{
color: #00359A;
}
.AnyTagClassName
{
color: #00359A;
}
</style>
background-color css
<style>
a { background-color: #00359A; }
a { background-color: rgb(0,53,154); }
div.DivClassName
{
background-color: #00359A;
}
.BgClassName
{
background-color: #00359A;
}
</style>
border-color css
<style>
span { border-color: #00359A; }
span { border-color: rgb(0,53,154); }
td.TdClassName
{
border-color: #00359A;
}
.TagClassName
{
border-color: #00359A;
}
</style>