Shades of Prussian Blue #01305C
Tints of Prussian Blue #01305C
RGB
CMYK
RGB Variations
Color information
#01305C (or 0x01305C) is known color: Prussian Blue. HEX triplet: 01, 30 and 5C. RGB value is (1,48,92). Sum of RGB (Red+Green+Blue) = 1+48+92=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #01305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01305C is #FECFA3. Grayscale: #262626. Windows color (decimal): -16699300 or 6041601. OLE color: 6041601.
HSL color Cylindrical-coordinate representation of color #01305C: hue angle of 209.01º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01305C is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 48 | 92 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.64 |
| HSL | 209.01º | 0.98% | 0.18% | - |
| HSV(B) | 209.01º | 0.99% | 0.36% | - |
| XYZ | 3 | 2.89 | 10.53 | - |
| YUV | 38.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 92 | 0.99 | 0.48 | 0 | 0.64 | 209.01 | 0.98 | 0.18 |
| Hex | 1 | 30 | 5C | 63 | 30 | 0 | 40 | D1 | 62 | 12 |
| Octal | 1 | 60 | 134 | 143 | 60 | 0 | 100 | 321 | 142 | 22 |
| Binary | 1 | 110000 | 1011100 | 1100011 | 110000 | 0 | 1000000 | 11010001 | 1100010 | 10010 |
Color Harmonies of #01305C
Complementary color
Monochromatic Colors of #01305C
Black with #01305C
Text Example
Text Example
White with #01305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01305C; }
p { color: rgb(1,48,92); }
H1.HeaderClassName
{
color: #01305C;
}
.AnyTagClassName
{
color: #01305C;
}
</style>
background-color css
<style>
a { background-color: #01305C; }
a { background-color: rgb(1,48,92); }
div.DivClassName
{
background-color: #01305C;
}
.BgClassName
{
background-color: #01305C;
}
</style>
border-color css
<style>
span { border-color: #01305C; }
span { border-color: rgb(1,48,92); }
td.TdClassName
{
border-color: #01305C;
}
.TagClassName
{
border-color: #01305C;
}
</style>