Shades of Prussian Blue #013F6C
Tints of Prussian Blue #013F6C
RGB
CMYK
RGB Variations
Color information
#013F6C (or 0x013F6C) is known color: Prussian Blue. HEX triplet: 01, 3F and 6C. RGB value is (1,63,108). Sum of RGB (Red+Green+Blue) = 1+63+108=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #013F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F6C is #FEC093. Grayscale: #313131. Windows color (decimal): -16695444 or 7094017. OLE color: 7094017.
HSL color Cylindrical-coordinate representation of color #013F6C: hue angle of 205.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F6C is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 63 | 108 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.58 |
| HSL | 205.23º | 0.98% | 0.21% | - |
| HSV(B) | 205.23º | 0.99% | 0.42% | - |
| XYZ | 4.5 | 4.64 | 14.85 | - |
| YUV | 49.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 108 | 0.99 | 0.42 | 0 | 0.58 | 205.23 | 0.98 | 0.21 |
| Hex | 1 | 3F | 6C | 63 | 2A | 0 | 3A | CD | 62 | 15 |
| Octal | 1 | 77 | 154 | 143 | 52 | 0 | 72 | 315 | 142 | 25 |
| Binary | 1 | 111111 | 1101100 | 1100011 | 101010 | 0 | 111010 | 11001101 | 1100010 | 10101 |
Color Harmonies of #013F6C
Complementary color
Monochromatic Colors of #013F6C
Black with #013F6C
Text Example
Text Example
White with #013F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F6C; }
p { color: rgb(1,63,108); }
H1.HeaderClassName
{
color: #013F6C;
}
.AnyTagClassName
{
color: #013F6C;
}
</style>
background-color css
<style>
a { background-color: #013F6C; }
a { background-color: rgb(1,63,108); }
div.DivClassName
{
background-color: #013F6C;
}
.BgClassName
{
background-color: #013F6C;
}
</style>
border-color css
<style>
span { border-color: #013F6C; }
span { border-color: rgb(1,63,108); }
td.TdClassName
{
border-color: #013F6C;
}
.TagClassName
{
border-color: #013F6C;
}
</style>