Shades of Smalt #00258A
Tints of Smalt #00258A
RGB
CMYK
RGB Variations
Color information
#00258A (or 0x00258A) is known color: Smalt. HEX triplet: 00, 25 and 8A. RGB value is (0,37,138). Sum of RGB (Red+Green+Blue) = 0+37+138=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #00258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00258A is #FFDA75. Grayscale: #252525. Windows color (decimal): -16767606 or 9053440. OLE color: 9053440.
HSL color Cylindrical-coordinate representation of color #00258A: hue angle of 223.91º 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 #00258A is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 37 | 138 | - |
| CMYK | 1 | 0.73 | 0 | 0.46 |
| HSL | 223.91º | 1% | 0.27% | - |
| HSV(B) | 223.91º | 1% | 0.54% | - |
| XYZ | 5.25 | 3.16 | 24.38 | - |
| YUV | 37.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 138 | 1 | 0.73 | 0 | 0.46 | 223.91 | 1 | 0.27 |
| Hex | 0 | 25 | 8A | 64 | 49 | 0 | 2E | E0 | 64 | 1B |
| Octal | 0 | 45 | 212 | 144 | 111 | 0 | 56 | 340 | 144 | 33 |
| Binary | 0 | 100101 | 10001010 | 1100100 | 1001001 | 0 | 101110 | 11100000 | 1100100 | 11011 |
Color Harmonies of #00258A
Complementary color
Monochromatic Colors of #00258A
Black with #00258A
Text Example
Text Example
White with #00258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00258A; }
p { color: rgb(0,37,138); }
H1.HeaderClassName
{
color: #00258A;
}
.AnyTagClassName
{
color: #00258A;
}
</style>
background-color css
<style>
a { background-color: #00258A; }
a { background-color: rgb(0,37,138); }
div.DivClassName
{
background-color: #00258A;
}
.BgClassName
{
background-color: #00258A;
}
</style>
border-color css
<style>
span { border-color: #00258A; }
span { border-color: rgb(0,37,138); }
td.TdClassName
{
border-color: #00258A;
}
.TagClassName
{
border-color: #00258A;
}
</style>