Shades of Prussian Blue #02365A
Tints of Prussian Blue #02365A
RGB
CMYK
RGB Variations
Color information
#02365A (or 0x02365A) is known color: Prussian Blue. HEX triplet: 02, 36 and 5A. RGB value is (2,54,90). Sum of RGB (Red+Green+Blue) = 2+54+90=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #02365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02365A is #FDC9A5. Grayscale: #2A2A2A. Windows color (decimal): -16632230 or 5912066. OLE color: 5912066.
HSL color Cylindrical-coordinate representation of color #02365A: hue angle of 204.55º 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 #02365A is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 54 | 90 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.65 |
| HSL | 204.55º | 0.96% | 0.18% | - |
| HSV(B) | 204.55º | 0.98% | 0.35% | - |
| XYZ | 3.19 | 3.39 | 10.16 | - |
| YUV | 42.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 90 | 0.98 | 0.40 | 0 | 0.65 | 204.55 | 0.96 | 0.18 |
| Hex | 2 | 36 | 5A | 62 | 28 | 0 | 41 | CD | 60 | 12 |
| Octal | 2 | 66 | 132 | 142 | 50 | 0 | 101 | 315 | 140 | 22 |
| Binary | 10 | 110110 | 1011010 | 1100010 | 101000 | 0 | 1000001 | 11001101 | 1100000 | 10010 |
Color Harmonies of #02365A
Complementary color
Monochromatic Colors of #02365A
Black with #02365A
Text Example
Text Example
White with #02365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02365A; }
p { color: rgb(2,54,90); }
H1.HeaderClassName
{
color: #02365A;
}
.AnyTagClassName
{
color: #02365A;
}
</style>
background-color css
<style>
a { background-color: #02365A; }
a { background-color: rgb(2,54,90); }
div.DivClassName
{
background-color: #02365A;
}
.BgClassName
{
background-color: #02365A;
}
</style>
border-color css
<style>
span { border-color: #02365A; }
span { border-color: rgb(2,54,90); }
td.TdClassName
{
border-color: #02365A;
}
.TagClassName
{
border-color: #02365A;
}
</style>