Shades of Prussian Blue #004268
Tints of Prussian Blue #004268
RGB
CMYK
RGB Variations
Color information
#004268 (or 0x004268) is known color: Prussian Blue. HEX triplet: 00, 42 and 68. RGB value is (0,66,104). Sum of RGB (Red+Green+Blue) = 0+66+104=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #004268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004268 is #FFBD97. Grayscale: #323232. Windows color (decimal): -16760216 or 6832640. OLE color: 6832640.
HSL color Cylindrical-coordinate representation of color #004268: hue angle of 201.92º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004268 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 66 | 104 | - |
| CMYK | 1 | 0.37 | 0 | 0.59 |
| HSL | 201.92º | 1% | 0.2% | - |
| HSV(B) | 201.92º | 1% | 0.41% | - |
| XYZ | 4.45 | 4.9 | 13.81 | - |
| YUV | 50.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 104 | 1 | 0.37 | 0 | 0.59 | 201.92 | 1 | 0.2 |
| Hex | 0 | 42 | 68 | 64 | 25 | 0 | 3B | CA | 64 | 14 |
| Octal | 0 | 102 | 150 | 144 | 45 | 0 | 73 | 312 | 144 | 24 |
| Binary | 0 | 1000010 | 1101000 | 1100100 | 100101 | 0 | 111011 | 11001010 | 1100100 | 10100 |
Color Harmonies of #004268
Complementary color
Monochromatic Colors of #004268
Black with #004268
Text Example
Text Example
White with #004268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004268; }
p { color: rgb(0,66,104); }
H1.HeaderClassName
{
color: #004268;
}
.AnyTagClassName
{
color: #004268;
}
</style>
background-color css
<style>
a { background-color: #004268; }
a { background-color: rgb(0,66,104); }
div.DivClassName
{
background-color: #004268;
}
.BgClassName
{
background-color: #004268;
}
</style>
border-color css
<style>
span { border-color: #004268; }
span { border-color: rgb(0,66,104); }
td.TdClassName
{
border-color: #004268;
}
.TagClassName
{
border-color: #004268;
}
</style>