Shades of Prussian Blue #02295C
Tints of Prussian Blue #02295C
RGB
CMYK
RGB Variations
Color information
#02295C (or 0x02295C) is known color: Prussian Blue. HEX triplet: 02, 29 and 5C. RGB value is (2,41,92). Sum of RGB (Red+Green+Blue) = 2+41+92=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #02295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02295C is #FDD6A3. Grayscale: #222222. Windows color (decimal): -16635556 or 6039810. OLE color: 6039810.
HSL color Cylindrical-coordinate representation of color #02295C: hue angle of 214º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02295C is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 41 | 92 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.64 |
| HSL | 214º | 0.96% | 0.18% | - |
| HSV(B) | 214º | 0.98% | 0.36% | - |
| XYZ | 2.75 | 2.37 | 10.44 | - |
| YUV | 35.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 92 | 0.98 | 0.55 | 0 | 0.64 | 214 | 0.96 | 0.18 |
| Hex | 2 | 29 | 5C | 62 | 37 | 0 | 40 | D6 | 60 | 12 |
| Octal | 2 | 51 | 134 | 142 | 67 | 0 | 100 | 326 | 140 | 22 |
| Binary | 10 | 101001 | 1011100 | 1100010 | 110111 | 0 | 1000000 | 11010110 | 1100000 | 10010 |
Color Harmonies of #02295C
Complementary color
Monochromatic Colors of #02295C
Black with #02295C
Text Example
Text Example
White with #02295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02295C; }
p { color: rgb(2,41,92); }
H1.HeaderClassName
{
color: #02295C;
}
.AnyTagClassName
{
color: #02295C;
}
</style>
background-color css
<style>
a { background-color: #02295C; }
a { background-color: rgb(2,41,92); }
div.DivClassName
{
background-color: #02295C;
}
.BgClassName
{
background-color: #02295C;
}
</style>
border-color css
<style>
span { border-color: #02295C; }
span { border-color: rgb(2,41,92); }
td.TdClassName
{
border-color: #02295C;
}
.TagClassName
{
border-color: #02295C;
}
</style>