Shades of Smalt #00269B
Tints of Smalt #00269B
RGB
CMYK
RGB Variations
Color information
#00269B (or 0x00269B) is known color: Smalt. HEX triplet: 00, 26 and 9B. RGB value is (0,38,155). Sum of RGB (Red+Green+Blue) = 0+38+155=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #00269B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00269B is #FFD964. Grayscale: #272727. Windows color (decimal): -16767333 or 10167808. OLE color: 10167808.
HSL color Cylindrical-coordinate representation of color #00269B: hue angle of 225.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00269B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 38 | 155 | - |
| CMYK | 1 | 0.75 | 0 | 0.39 |
| HSL | 225.29º | 1% | 0.3% | - |
| HSV(B) | 225.29º | 1% | 0.61% | - |
| XYZ | 6.61 | 3.75 | 31.39 | - |
| YUV | 39.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 155 | 1 | 0.75 | 0 | 0.39 | 225.29 | 1 | 0.3 |
| Hex | 0 | 26 | 9B | 64 | 4B | 0 | 27 | E1 | 64 | 1E |
| Octal | 0 | 46 | 233 | 144 | 113 | 0 | 47 | 341 | 144 | 36 |
| Binary | 0 | 100110 | 10011011 | 1100100 | 1001011 | 0 | 100111 | 11100001 | 1100100 | 11110 |
Color Harmonies of #00269B
Complementary color
Monochromatic Colors of #00269B
Black with #00269B
Text Example
Text Example
White with #00269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00269B; }
p { color: rgb(0,38,155); }
H1.HeaderClassName
{
color: #00269B;
}
.AnyTagClassName
{
color: #00269B;
}
</style>
background-color css
<style>
a { background-color: #00269B; }
a { background-color: rgb(0,38,155); }
div.DivClassName
{
background-color: #00269B;
}
.BgClassName
{
background-color: #00269B;
}
</style>
border-color css
<style>
span { border-color: #00269B; }
span { border-color: rgb(0,38,155); }
td.TdClassName
{
border-color: #00269B;
}
.TagClassName
{
border-color: #00269B;
}
</style>