Shades of Prussian Blue #02314D
Tints of Prussian Blue #02314D
RGB
CMYK
RGB Variations
Color information
#02314D (or 0x02314D) is known color: Prussian Blue. HEX triplet: 02, 31 and 4D. RGB value is (2,49,77). Sum of RGB (Red+Green+Blue) = 2+49+77=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #02314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02314D is #FDCEB2. Grayscale: #252525. Windows color (decimal): -16633523 or 5058818. OLE color: 5058818.
HSL color Cylindrical-coordinate representation of color #02314D: hue angle of 202.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02314D is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 49 | 77 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.70 |
| HSL | 202.4º | 0.95% | 0.15% | - |
| HSV(B) | 202.4º | 0.97% | 0.3% | - |
| XYZ | 2.46 | 2.75 | 7.42 | - |
| YUV | 38.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 77 | 0.97 | 0.36 | 0 | 0.70 | 202.4 | 0.95 | 0.15 |
| Hex | 2 | 31 | 4D | 61 | 24 | 0 | 46 | CA | 5F | F |
| Octal | 2 | 61 | 115 | 141 | 44 | 0 | 106 | 312 | 137 | 17 |
| Binary | 10 | 110001 | 1001101 | 1100001 | 100100 | 0 | 1000110 | 11001010 | 1011111 | 1111 |
Color Harmonies of #02314D
Complementary color
Monochromatic Colors of #02314D
Black with #02314D
Text Example
Text Example
White with #02314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02314D; }
p { color: rgb(2,49,77); }
H1.HeaderClassName
{
color: #02314D;
}
.AnyTagClassName
{
color: #02314D;
}
</style>
background-color css
<style>
a { background-color: #02314D; }
a { background-color: rgb(2,49,77); }
div.DivClassName
{
background-color: #02314D;
}
.BgClassName
{
background-color: #02314D;
}
</style>
border-color css
<style>
span { border-color: #02314D; }
span { border-color: rgb(2,49,77); }
td.TdClassName
{
border-color: #02314D;
}
.TagClassName
{
border-color: #02314D;
}
</style>