Shades of Prussian Blue #01305B
Tints of Prussian Blue #01305B
RGB
CMYK
RGB Variations
Color information
#01305B (or 0x01305B) is known color: Prussian Blue. HEX triplet: 01, 30 and 5B. RGB value is (1,48,91). Sum of RGB (Red+Green+Blue) = 1+48+91=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #01305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01305B is #FECFA4. Grayscale: #262626. Windows color (decimal): -16699301 or 5976065. OLE color: 5976065.
HSL color Cylindrical-coordinate representation of color #01305B: hue angle of 208.67º 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 #01305B is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 1 | 48 | 91 | - |
CMYK | 0.99 | 0.47 | 0 | 0.64 |
HSL | 208.67º | 0.98% | 0.18% | - |
HSV(B) | 208.67º | 0.99% | 0.36% | - |
XYZ | 2.96 | 2.88 | 10.3 | - |
YUV | 38.85 | 157.43 | 101 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 48 | 91 | 0.99 | 0.47 | 0 | 0.64 | 208.67 | 0.98 | 0.18 |
Hex | 1 | 30 | 5B | 63 | 2F | 0 | 40 | D1 | 62 | 12 |
Octal | 1 | 60 | 133 | 143 | 57 | 0 | 100 | 321 | 142 | 22 |
Binary | 1 | 110000 | 1011011 | 1100011 | 101111 | 0 | 1000000 | 11010001 | 1100010 | 10010 |
Color Harmonies of #01305B
Complementary color
Monochromatic Colors of #01305B
Black with #01305B
Text Example
Text Example
White with #01305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01305B; }
p { color: rgb(1,48,91); }
H1.HeaderClassName
{
color: #01305B;
}
.AnyTagClassName
{
color: #01305B;
}
</style>
background-color css
<style>
a { background-color: #01305B; }
a { background-color: rgb(1,48,91); }
div.DivClassName
{
background-color: #01305B;
}
.BgClassName
{
background-color: #01305B;
}
</style>
border-color css
<style>
span { border-color: #01305B; }
span { border-color: rgb(1,48,91); }
td.TdClassName
{
border-color: #01305B;
}
.TagClassName
{
border-color: #01305B;
}
</style>