Shades of Prussian Blue #014267
Tints of Prussian Blue #014267
RGB
CMYK
RGB Variations
Color information
#014267 (or 0x014267) is known color: Prussian Blue. HEX triplet: 01, 42 and 67. RGB value is (1,66,103). Sum of RGB (Red+Green+Blue) = 1+66+103=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #014267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014267 is #FEBD98. Grayscale: #323232. Windows color (decimal): -16694681 or 6767105. OLE color: 6767105.
HSL color Cylindrical-coordinate representation of color #014267: hue angle of 201.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014267 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 66 | 103 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.60 |
| HSL | 201.76º | 0.98% | 0.2% | - |
| HSV(B) | 201.76º | 0.99% | 0.4% | - |
| XYZ | 4.41 | 4.88 | 13.54 | - |
| YUV | 50.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 103 | 0.99 | 0.36 | 0 | 0.60 | 201.76 | 0.98 | 0.2 |
| Hex | 1 | 42 | 67 | 63 | 24 | 0 | 3C | CA | 62 | 14 |
| Octal | 1 | 102 | 147 | 143 | 44 | 0 | 74 | 312 | 142 | 24 |
| Binary | 1 | 1000010 | 1100111 | 1100011 | 100100 | 0 | 111100 | 11001010 | 1100010 | 10100 |
Color Harmonies of #014267
Complementary color
Monochromatic Colors of #014267
Black with #014267
Text Example
Text Example
White with #014267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014267; }
p { color: rgb(1,66,103); }
H1.HeaderClassName
{
color: #014267;
}
.AnyTagClassName
{
color: #014267;
}
</style>
background-color css
<style>
a { background-color: #014267; }
a { background-color: rgb(1,66,103); }
div.DivClassName
{
background-color: #014267;
}
.BgClassName
{
background-color: #014267;
}
</style>
border-color css
<style>
span { border-color: #014267; }
span { border-color: rgb(1,66,103); }
td.TdClassName
{
border-color: #014267;
}
.TagClassName
{
border-color: #014267;
}
</style>