Shades of Prussian Blue #014368
Tints of Prussian Blue #014368
RGB
CMYK
RGB Variations
Color information
#014368 (or 0x014368) is known color: Prussian Blue. HEX triplet: 01, 43 and 68. RGB value is (1,67,104). Sum of RGB (Red+Green+Blue) = 1+67+104=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #014368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014368 is #FEBC97. Grayscale: #333333. Windows color (decimal): -16694424 or 6832897. OLE color: 6832897.
HSL color Cylindrical-coordinate representation of color #014368: hue angle of 201.55º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014368 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 67 | 104 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.59 |
| HSL | 201.55º | 0.98% | 0.21% | - |
| HSV(B) | 201.55º | 0.99% | 0.41% | - |
| XYZ | 4.52 | 5.02 | 13.83 | - |
| YUV | 51.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 104 | 0.99 | 0.36 | 0 | 0.59 | 201.55 | 0.98 | 0.21 |
| Hex | 1 | 43 | 68 | 63 | 24 | 0 | 3B | CA | 62 | 15 |
| Octal | 1 | 103 | 150 | 143 | 44 | 0 | 73 | 312 | 142 | 25 |
| Binary | 1 | 1000011 | 1101000 | 1100011 | 100100 | 0 | 111011 | 11001010 | 1100010 | 10101 |
Color Harmonies of #014368
Complementary color
Monochromatic Colors of #014368
Black with #014368
Text Example
Text Example
White with #014368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014368; }
p { color: rgb(1,67,104); }
H1.HeaderClassName
{
color: #014368;
}
.AnyTagClassName
{
color: #014368;
}
</style>
background-color css
<style>
a { background-color: #014368; }
a { background-color: rgb(1,67,104); }
div.DivClassName
{
background-color: #014368;
}
.BgClassName
{
background-color: #014368;
}
</style>
border-color css
<style>
span { border-color: #014368; }
span { border-color: rgb(1,67,104); }
td.TdClassName
{
border-color: #014368;
}
.TagClassName
{
border-color: #014368;
}
</style>