Shades of Smalt #00268A
Tints of Smalt #00268A
RGB
CMYK
RGB Variations
Color information
#00268A (or 0x00268A) is known color: Smalt. HEX triplet: 00, 26 and 8A. RGB value is (0,38,138). Sum of RGB (Red+Green+Blue) = 0+38+138=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #00268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00268A is #FFD975. Grayscale: #252525. Windows color (decimal): -16767350 or 9053696. OLE color: 9053696.
HSL color Cylindrical-coordinate representation of color #00268A: hue angle of 223.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00268A is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 38 | 138 | - |
| CMYK | 1 | 0.72 | 0 | 0.46 |
| HSL | 223.48º | 1% | 0.27% | - |
| HSV(B) | 223.48º | 1% | 0.54% | - |
| XYZ | 5.28 | 3.22 | 24.39 | - |
| YUV | 38.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 138 | 1 | 0.72 | 0 | 0.46 | 223.48 | 1 | 0.27 |
| Hex | 0 | 26 | 8A | 64 | 48 | 0 | 2E | DF | 64 | 1B |
| Octal | 0 | 46 | 212 | 144 | 110 | 0 | 56 | 337 | 144 | 33 |
| Binary | 0 | 100110 | 10001010 | 1100100 | 1001000 | 0 | 101110 | 11011111 | 1100100 | 11011 |
Color Harmonies of #00268A
Complementary color
Monochromatic Colors of #00268A
Black with #00268A
Text Example
Text Example
White with #00268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00268A; }
p { color: rgb(0,38,138); }
H1.HeaderClassName
{
color: #00268A;
}
.AnyTagClassName
{
color: #00268A;
}
</style>
background-color css
<style>
a { background-color: #00268A; }
a { background-color: rgb(0,38,138); }
div.DivClassName
{
background-color: #00268A;
}
.BgClassName
{
background-color: #00268A;
}
</style>
border-color css
<style>
span { border-color: #00268A; }
span { border-color: rgb(0,38,138); }
td.TdClassName
{
border-color: #00268A;
}
.TagClassName
{
border-color: #00268A;
}
</style>