Shades of Prussian Blue #02395C
Tints of Prussian Blue #02395C
RGB
CMYK
RGB Variations
Color information
#02395C (or 0x02395C) is known color: Prussian Blue. HEX triplet: 02, 39 and 5C. RGB value is (2,57,92). Sum of RGB (Red+Green+Blue) = 2+57+92=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #02395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02395C is #FDC6A3. Grayscale: #2C2C2C. Windows color (decimal): -16631460 or 6043906. OLE color: 6043906.
HSL color Cylindrical-coordinate representation of color #02395C: hue angle of 203.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02395C is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 57 | 92 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.64 |
| HSL | 203.33º | 0.96% | 0.18% | - |
| HSV(B) | 203.33º | 0.98% | 0.36% | - |
| XYZ | 3.42 | 3.71 | 10.66 | - |
| YUV | 44.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 92 | 0.98 | 0.38 | 0 | 0.64 | 203.33 | 0.96 | 0.18 |
| Hex | 2 | 39 | 5C | 62 | 26 | 0 | 40 | CB | 60 | 12 |
| Octal | 2 | 71 | 134 | 142 | 46 | 0 | 100 | 313 | 140 | 22 |
| Binary | 10 | 111001 | 1011100 | 1100010 | 100110 | 0 | 1000000 | 11001011 | 1100000 | 10010 |
Color Harmonies of #02395C
Complementary color
Monochromatic Colors of #02395C
Black with #02395C
Text Example
Text Example
White with #02395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02395C; }
p { color: rgb(2,57,92); }
H1.HeaderClassName
{
color: #02395C;
}
.AnyTagClassName
{
color: #02395C;
}
</style>
background-color css
<style>
a { background-color: #02395C; }
a { background-color: rgb(2,57,92); }
div.DivClassName
{
background-color: #02395C;
}
.BgClassName
{
background-color: #02395C;
}
</style>
border-color css
<style>
span { border-color: #02395C; }
span { border-color: rgb(2,57,92); }
td.TdClassName
{
border-color: #02395C;
}
.TagClassName
{
border-color: #02395C;
}
</style>