Shades of Prussian Blue #004266
Tints of Prussian Blue #004266
RGB
CMYK
RGB Variations
Color information
#004266 (or 0x004266) is known color: Prussian Blue. HEX triplet: 00, 42 and 66. RGB value is (0,66,102). Sum of RGB (Red+Green+Blue) = 0+66+102=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #004266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004266 is #FFBD99. Grayscale: #323232. Windows color (decimal): -16760218 or 6701568. OLE color: 6701568.
HSL color Cylindrical-coordinate representation of color #004266: hue angle of 201.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004266 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 66 | 102 | - |
| CMYK | 1 | 0.35 | 0 | 0.6 |
| HSL | 201.18º | 1% | 0.2% | - |
| HSV(B) | 201.18º | 1% | 0.4% | - |
| XYZ | 4.35 | 4.86 | 13.28 | - |
| YUV | 50.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 102 | 1 | 0.35 | 0 | 0.6 | 201.18 | 1 | 0.2 |
| Hex | 0 | 42 | 66 | 64 | 23 | 0 | 3C | C9 | 64 | 14 |
| Octal | 0 | 102 | 146 | 144 | 43 | 0 | 74 | 311 | 144 | 24 |
| Binary | 0 | 1000010 | 1100110 | 1100100 | 100011 | 0 | 111100 | 11001001 | 1100100 | 10100 |
Color Harmonies of #004266
Complementary color
Monochromatic Colors of #004266
Black with #004266
Text Example
Text Example
White with #004266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004266; }
p { color: rgb(0,66,102); }
H1.HeaderClassName
{
color: #004266;
}
.AnyTagClassName
{
color: #004266;
}
</style>
background-color css
<style>
a { background-color: #004266; }
a { background-color: rgb(0,66,102); }
div.DivClassName
{
background-color: #004266;
}
.BgClassName
{
background-color: #004266;
}
</style>
border-color css
<style>
span { border-color: #004266; }
span { border-color: rgb(0,66,102); }
td.TdClassName
{
border-color: #004266;
}
.TagClassName
{
border-color: #004266;
}
</style>