Shades of Prussian Blue #01307B
Tints of Prussian Blue #01307B
RGB
CMYK
RGB Variations
Color information
#01307B (or 0x01307B) is known color: Prussian Blue. HEX triplet: 01, 30 and 7B. RGB value is (1,48,123). Sum of RGB (Red+Green+Blue) = 1+48+123=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #01307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01307B is #FECF84. Grayscale: #2A2A2A. Windows color (decimal): -16699269 or 8073217. OLE color: 8073217.
HSL color Cylindrical-coordinate representation of color #01307B: hue angle of 216.89º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01307B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 48 | 123 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.52 |
| HSL | 216.89º | 0.98% | 0.24% | - |
| HSV(B) | 216.89º | 0.99% | 0.48% | - |
| XYZ | 4.64 | 3.55 | 19.18 | - |
| YUV | 42.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 123 | 0.99 | 0.61 | 0 | 0.52 | 216.89 | 0.98 | 0.24 |
| Hex | 1 | 30 | 7B | 63 | 3D | 0 | 34 | D9 | 62 | 18 |
| Octal | 1 | 60 | 173 | 143 | 75 | 0 | 64 | 331 | 142 | 30 |
| Binary | 1 | 110000 | 1111011 | 1100011 | 111101 | 0 | 110100 | 11011001 | 1100010 | 11000 |
Color Harmonies of #01307B
Complementary color
Monochromatic Colors of #01307B
Black with #01307B
Text Example
Text Example
White with #01307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01307B; }
p { color: rgb(1,48,123); }
H1.HeaderClassName
{
color: #01307B;
}
.AnyTagClassName
{
color: #01307B;
}
</style>
background-color css
<style>
a { background-color: #01307B; }
a { background-color: rgb(1,48,123); }
div.DivClassName
{
background-color: #01307B;
}
.BgClassName
{
background-color: #01307B;
}
</style>
border-color css
<style>
span { border-color: #01307B; }
span { border-color: rgb(1,48,123); }
td.TdClassName
{
border-color: #01307B;
}
.TagClassName
{
border-color: #01307B;
}
</style>