Shades of Prussian Blue #02395D
Tints of Prussian Blue #02395D
RGB
CMYK
RGB Variations
Color information
#02395D (or 0x02395D) is known color: Prussian Blue. HEX triplet: 02, 39 and 5D. RGB value is (2,57,93). Sum of RGB (Red+Green+Blue) = 2+57+93=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #02395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02395D is #FDC6A2. Grayscale: #2C2C2C. Windows color (decimal): -16631459 or 6109442. OLE color: 6109442.
HSL color Cylindrical-coordinate representation of color #02395D: hue angle of 203.74º 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 #02395D is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 57 | 93 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.64 |
| HSL | 203.74º | 0.96% | 0.19% | - |
| HSV(B) | 203.74º | 0.98% | 0.36% | - |
| XYZ | 3.46 | 3.73 | 10.89 | - |
| YUV | 44.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 93 | 0.98 | 0.39 | 0 | 0.64 | 203.74 | 0.96 | 0.19 |
| Hex | 2 | 39 | 5D | 62 | 27 | 0 | 40 | CC | 60 | 13 |
| Octal | 2 | 71 | 135 | 142 | 47 | 0 | 100 | 314 | 140 | 23 |
| Binary | 10 | 111001 | 1011101 | 1100010 | 100111 | 0 | 1000000 | 11001100 | 1100000 | 10011 |
Color Harmonies of #02395D
Complementary color
Monochromatic Colors of #02395D
Black with #02395D
Text Example
Text Example
White with #02395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02395D; }
p { color: rgb(2,57,93); }
H1.HeaderClassName
{
color: #02395D;
}
.AnyTagClassName
{
color: #02395D;
}
</style>
background-color css
<style>
a { background-color: #02395D; }
a { background-color: rgb(2,57,93); }
div.DivClassName
{
background-color: #02395D;
}
.BgClassName
{
background-color: #02395D;
}
</style>
border-color css
<style>
span { border-color: #02395D; }
span { border-color: rgb(2,57,93); }
td.TdClassName
{
border-color: #02395D;
}
.TagClassName
{
border-color: #02395D;
}
</style>