Shades of Prussian Blue #002658
Tints of Prussian Blue #002658
RGB
CMYK
RGB Variations
Color information
#002658 (or 0x002658) is known color: Prussian Blue. HEX triplet: 00, 26 and 58. RGB value is (0,38,88). Sum of RGB (Red+Green+Blue) = 0+38+88=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #002658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002658 is #FFD9A7. Grayscale: #202020. Windows color (decimal): -16767400 or 5776896. OLE color: 5776896.
HSL color Cylindrical-coordinate representation of color #002658: hue angle of 214.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002658 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 38 | 88 | - |
| CMYK | 1 | 0.57 | 0 | 0.65 |
| HSL | 214.09º | 1% | 0.17% | - |
| HSV(B) | 214.09º | 1% | 0.35% | - |
| XYZ | 2.45 | 2.09 | 9.51 | - |
| YUV | 32.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 88 | 1 | 0.57 | 0 | 0.65 | 214.09 | 1 | 0.17 |
| Hex | 0 | 26 | 58 | 64 | 39 | 0 | 41 | D6 | 64 | 11 |
| Octal | 0 | 46 | 130 | 144 | 71 | 0 | 101 | 326 | 144 | 21 |
| Binary | 0 | 100110 | 1011000 | 1100100 | 111001 | 0 | 1000001 | 11010110 | 1100100 | 10001 |
Color Harmonies of #002658
Complementary color
Monochromatic Colors of #002658
Black with #002658
Text Example
Text Example
White with #002658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002658; }
p { color: rgb(0,38,88); }
H1.HeaderClassName
{
color: #002658;
}
.AnyTagClassName
{
color: #002658;
}
</style>
background-color css
<style>
a { background-color: #002658; }
a { background-color: rgb(0,38,88); }
div.DivClassName
{
background-color: #002658;
}
.BgClassName
{
background-color: #002658;
}
</style>
border-color css
<style>
span { border-color: #002658; }
span { border-color: rgb(0,38,88); }
td.TdClassName
{
border-color: #002658;
}
.TagClassName
{
border-color: #002658;
}
</style>