Shades of Prussian Blue #02365D
Tints of Prussian Blue #02365D
RGB
CMYK
RGB Variations
Color information
#02365D (or 0x02365D) is known color: Prussian Blue. HEX triplet: 02, 36 and 5D. RGB value is (2,54,93). Sum of RGB (Red+Green+Blue) = 2+54+93=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #02365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02365D is #FDC9A2. Grayscale: #2A2A2A. Windows color (decimal): -16632227 or 6108674. OLE color: 6108674.
HSL color Cylindrical-coordinate representation of color #02365D: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02365D is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 54 | 93 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.64 |
| HSL | 205.71º | 0.96% | 0.19% | - |
| HSV(B) | 205.71º | 0.98% | 0.36% | - |
| XYZ | 3.32 | 3.44 | 10.85 | - |
| YUV | 42.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 93 | 0.98 | 0.42 | 0 | 0.64 | 205.71 | 0.96 | 0.19 |
| Hex | 2 | 36 | 5D | 62 | 2A | 0 | 40 | CE | 60 | 13 |
| Octal | 2 | 66 | 135 | 142 | 52 | 0 | 100 | 316 | 140 | 23 |
| Binary | 10 | 110110 | 1011101 | 1100010 | 101010 | 0 | 1000000 | 11001110 | 1100000 | 10011 |
Color Harmonies of #02365D
Complementary color
Monochromatic Colors of #02365D
Black with #02365D
Text Example
Text Example
White with #02365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02365D; }
p { color: rgb(2,54,93); }
H1.HeaderClassName
{
color: #02365D;
}
.AnyTagClassName
{
color: #02365D;
}
</style>
background-color css
<style>
a { background-color: #02365D; }
a { background-color: rgb(2,54,93); }
div.DivClassName
{
background-color: #02365D;
}
.BgClassName
{
background-color: #02365D;
}
</style>
border-color css
<style>
span { border-color: #02365D; }
span { border-color: rgb(2,54,93); }
td.TdClassName
{
border-color: #02365D;
}
.TagClassName
{
border-color: #02365D;
}
</style>