Shades of Prussian Blue #00285A
Tints of Prussian Blue #00285A
RGB
CMYK
RGB Variations
Color information
#00285A (or 0x00285A) is known color: Prussian Blue. HEX triplet: 00, 28 and 5A. RGB value is (0,40,90). Sum of RGB (Red+Green+Blue) = 0+40+90=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #00285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00285A is #FFD7A5. Grayscale: #212121. Windows color (decimal): -16766886 or 5908480. OLE color: 5908480.
HSL color Cylindrical-coordinate representation of color #00285A: hue angle of 213.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00285A is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 40 | 90 | - |
| CMYK | 1 | 0.56 | 0 | 0.65 |
| HSL | 213.33º | 1% | 0.18% | - |
| HSV(B) | 213.33º | 1% | 0.35% | - |
| XYZ | 2.6 | 2.26 | 9.97 | - |
| YUV | 33.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 90 | 1 | 0.56 | 0 | 0.65 | 213.33 | 1 | 0.18 |
| Hex | 0 | 28 | 5A | 64 | 38 | 0 | 41 | D5 | 64 | 12 |
| Octal | 0 | 50 | 132 | 144 | 70 | 0 | 101 | 325 | 144 | 22 |
| Binary | 0 | 101000 | 1011010 | 1100100 | 111000 | 0 | 1000001 | 11010101 | 1100100 | 10010 |
Color Harmonies of #00285A
Complementary color
Monochromatic Colors of #00285A
Black with #00285A
Text Example
Text Example
White with #00285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00285A; }
p { color: rgb(0,40,90); }
H1.HeaderClassName
{
color: #00285A;
}
.AnyTagClassName
{
color: #00285A;
}
</style>
background-color css
<style>
a { background-color: #00285A; }
a { background-color: rgb(0,40,90); }
div.DivClassName
{
background-color: #00285A;
}
.BgClassName
{
background-color: #00285A;
}
</style>
border-color css
<style>
span { border-color: #00285A; }
span { border-color: rgb(0,40,90); }
td.TdClassName
{
border-color: #00285A;
}
.TagClassName
{
border-color: #00285A;
}
</style>