Shades of Prussian Blue #02285A
Tints of Prussian Blue #02285A
RGB
CMYK
RGB Variations
Color information
#02285A (or 0x02285A) is known color: Prussian Blue. HEX triplet: 02, 28 and 5A. RGB value is (2,40,90). Sum of RGB (Red+Green+Blue) = 2+40+90=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #02285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02285A is #FDD7A5. Grayscale: #222222. Windows color (decimal): -16635814 or 5908482. OLE color: 5908482.
HSL color Cylindrical-coordinate representation of color #02285A: hue angle of 214.09º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02285A is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 40 | 90 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.65 |
| HSL | 214.09º | 0.96% | 0.18% | - |
| HSV(B) | 214.09º | 0.98% | 0.35% | - |
| XYZ | 2.63 | 2.27 | 9.97 | - |
| YUV | 34.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 90 | 0.98 | 0.56 | 0 | 0.65 | 214.09 | 0.96 | 0.18 |
| Hex | 2 | 28 | 5A | 62 | 38 | 0 | 41 | D6 | 60 | 12 |
| Octal | 2 | 50 | 132 | 142 | 70 | 0 | 101 | 326 | 140 | 22 |
| Binary | 10 | 101000 | 1011010 | 1100010 | 111000 | 0 | 1000001 | 11010110 | 1100000 | 10010 |
Color Harmonies of #02285A
Complementary color
Monochromatic Colors of #02285A
Black with #02285A
Text Example
Text Example
White with #02285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02285A; }
p { color: rgb(2,40,90); }
H1.HeaderClassName
{
color: #02285A;
}
.AnyTagClassName
{
color: #02285A;
}
</style>
background-color css
<style>
a { background-color: #02285A; }
a { background-color: rgb(2,40,90); }
div.DivClassName
{
background-color: #02285A;
}
.BgClassName
{
background-color: #02285A;
}
</style>
border-color css
<style>
span { border-color: #02285A; }
span { border-color: rgb(2,40,90); }
td.TdClassName
{
border-color: #02285A;
}
.TagClassName
{
border-color: #02285A;
}
</style>