Shades of Prussian Blue #02305D
Tints of Prussian Blue #02305D
RGB
CMYK
RGB Variations
Color information
#02305D (or 0x02305D) is known color: Prussian Blue. HEX triplet: 02, 30 and 5D. RGB value is (2,48,93). Sum of RGB (Red+Green+Blue) = 2+48+93=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #02305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02305D is #FDCFA2. Grayscale: #272727. Windows color (decimal): -16633763 or 6107138. OLE color: 6107138.
HSL color Cylindrical-coordinate representation of color #02305D: hue angle of 209.67º 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 #02305D is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 48 | 93 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.64 |
| HSL | 209.67º | 0.96% | 0.19% | - |
| HSV(B) | 209.67º | 0.98% | 0.36% | - |
| XYZ | 3.06 | 2.92 | 10.76 | - |
| YUV | 39.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 93 | 0.98 | 0.48 | 0 | 0.64 | 209.67 | 0.96 | 0.19 |
| Hex | 2 | 30 | 5D | 62 | 30 | 0 | 40 | D2 | 60 | 13 |
| Octal | 2 | 60 | 135 | 142 | 60 | 0 | 100 | 322 | 140 | 23 |
| Binary | 10 | 110000 | 1011101 | 1100010 | 110000 | 0 | 1000000 | 11010010 | 1100000 | 10011 |
Color Harmonies of #02305D
Complementary color
Monochromatic Colors of #02305D
Black with #02305D
Text Example
Text Example
White with #02305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02305D; }
p { color: rgb(2,48,93); }
H1.HeaderClassName
{
color: #02305D;
}
.AnyTagClassName
{
color: #02305D;
}
</style>
background-color css
<style>
a { background-color: #02305D; }
a { background-color: rgb(2,48,93); }
div.DivClassName
{
background-color: #02305D;
}
.BgClassName
{
background-color: #02305D;
}
</style>
border-color css
<style>
span { border-color: #02305D; }
span { border-color: rgb(2,48,93); }
td.TdClassName
{
border-color: #02305D;
}
.TagClassName
{
border-color: #02305D;
}
</style>