Shades of Smalt #00369F
Tints of Smalt #00369F
RGB
CMYK
RGB Variations
Color information
#00369F (or 0x00369F) is known color: Smalt. HEX triplet: 00, 36 and 9F. RGB value is (0,54,159). Sum of RGB (Red+Green+Blue) = 0+54+159=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #00369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00369F is #FFC960. Grayscale: #313131. Windows color (decimal): -16763233 or 10434048. OLE color: 10434048.
HSL color Cylindrical-coordinate representation of color #00369F: hue angle of 219.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00369F is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 54 | 159 | - |
| CMYK | 1 | 0.66 | 0 | 0.38 |
| HSL | 219.62º | 1% | 0.31% | - |
| HSV(B) | 219.62º | 1% | 0.62% | - |
| XYZ | 7.58 | 5.14 | 33.39 | - |
| YUV | 49.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 159 | 1 | 0.66 | 0 | 0.38 | 219.62 | 1 | 0.31 |
| Hex | 0 | 36 | 9F | 64 | 42 | 0 | 26 | DC | 64 | 1F |
| Octal | 0 | 66 | 237 | 144 | 102 | 0 | 46 | 334 | 144 | 37 |
| Binary | 0 | 110110 | 10011111 | 1100100 | 1000010 | 0 | 100110 | 11011100 | 1100100 | 11111 |
Color Harmonies of #00369F
Complementary color
Monochromatic Colors of #00369F
Black with #00369F
Text Example
Text Example
White with #00369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00369F; }
p { color: rgb(0,54,159); }
H1.HeaderClassName
{
color: #00369F;
}
.AnyTagClassName
{
color: #00369F;
}
</style>
background-color css
<style>
a { background-color: #00369F; }
a { background-color: rgb(0,54,159); }
div.DivClassName
{
background-color: #00369F;
}
.BgClassName
{
background-color: #00369F;
}
</style>
border-color css
<style>
span { border-color: #00369F; }
span { border-color: rgb(0,54,159); }
td.TdClassName
{
border-color: #00369F;
}
.TagClassName
{
border-color: #00369F;
}
</style>