Shades of Prussian Blue #02305E
Tints of Prussian Blue #02305E
RGB
CMYK
RGB Variations
Color information
#02305E (or 0x02305E) is known color: Prussian Blue. HEX triplet: 02, 30 and 5E. RGB value is (2,48,94). Sum of RGB (Red+Green+Blue) = 2+48+94=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #02305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02305E is #FDCFA1. Grayscale: #272727. Windows color (decimal): -16633762 or 6172674. OLE color: 6172674.
HSL color Cylindrical-coordinate representation of color #02305E: hue angle of 210º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02305E is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 48 | 94 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.63 |
| HSL | 210º | 0.96% | 0.19% | - |
| HSV(B) | 210º | 0.98% | 0.37% | - |
| XYZ | 3.1 | 2.93 | 10.99 | - |
| YUV | 39.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 94 | 0.98 | 0.49 | 0 | 0.63 | 210 | 0.96 | 0.19 |
| Hex | 2 | 30 | 5E | 62 | 31 | 0 | 3F | D2 | 60 | 13 |
| Octal | 2 | 60 | 136 | 142 | 61 | 0 | 77 | 322 | 140 | 23 |
| Binary | 10 | 110000 | 1011110 | 1100010 | 110001 | 0 | 111111 | 11010010 | 1100000 | 10011 |
Color Harmonies of #02305E
Complementary color
Monochromatic Colors of #02305E
Black with #02305E
Text Example
Text Example
White with #02305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02305E; }
p { color: rgb(2,48,94); }
H1.HeaderClassName
{
color: #02305E;
}
.AnyTagClassName
{
color: #02305E;
}
</style>
background-color css
<style>
a { background-color: #02305E; }
a { background-color: rgb(2,48,94); }
div.DivClassName
{
background-color: #02305E;
}
.BgClassName
{
background-color: #02305E;
}
</style>
border-color css
<style>
span { border-color: #02305E; }
span { border-color: rgb(2,48,94); }
td.TdClassName
{
border-color: #02305E;
}
.TagClassName
{
border-color: #02305E;
}
</style>