Shades of Prussian Blue #02274E
Tints of Prussian Blue #02274E
RGB
CMYK
RGB Variations
Color information
#02274E (or 0x02274E) is known color: Prussian Blue. HEX triplet: 02, 27 and 4E. RGB value is (2,39,78). Sum of RGB (Red+Green+Blue) = 2+39+78=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #02274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02274E is #FDD8B1. Grayscale: #202020. Windows color (decimal): -16636082 or 5121794. OLE color: 5121794.
HSL color Cylindrical-coordinate representation of color #02274E: hue angle of 210.79º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02274E is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 39 | 78 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.69 |
| HSL | 210.79º | 0.95% | 0.16% | - |
| HSV(B) | 210.79º | 0.97% | 0.31% | - |
| XYZ | 2.13 | 2.01 | 7.48 | - |
| YUV | 32.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 78 | 0.97 | 0.50 | 0 | 0.69 | 210.79 | 0.95 | 0.16 |
| Hex | 2 | 27 | 4E | 61 | 32 | 0 | 45 | D3 | 5F | 10 |
| Octal | 2 | 47 | 116 | 141 | 62 | 0 | 105 | 323 | 137 | 20 |
| Binary | 10 | 100111 | 1001110 | 1100001 | 110010 | 0 | 1000101 | 11010011 | 1011111 | 10000 |
Color Harmonies of #02274E
Complementary color
Monochromatic Colors of #02274E
Black with #02274E
Text Example
Text Example
White with #02274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02274E; }
p { color: rgb(2,39,78); }
H1.HeaderClassName
{
color: #02274E;
}
.AnyTagClassName
{
color: #02274E;
}
</style>
background-color css
<style>
a { background-color: #02274E; }
a { background-color: rgb(2,39,78); }
div.DivClassName
{
background-color: #02274E;
}
.BgClassName
{
background-color: #02274E;
}
</style>
border-color css
<style>
span { border-color: #02274E; }
span { border-color: rgb(2,39,78); }
td.TdClassName
{
border-color: #02274E;
}
.TagClassName
{
border-color: #02274E;
}
</style>