Shades of Prussian Blue #004269
Tints of Prussian Blue #004269
RGB
CMYK
RGB Variations
Color information
#004269 (or 0x004269) is known color: Prussian Blue. HEX triplet: 00, 42 and 69. RGB value is (0,66,105). Sum of RGB (Red+Green+Blue) = 0+66+105=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #004269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004269 is #FFBD96. Grayscale: #323232. Windows color (decimal): -16760215 or 6898176. OLE color: 6898176.
HSL color Cylindrical-coordinate representation of color #004269: hue angle of 202.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004269 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 66 | 105 | - |
| CMYK | 1 | 0.37 | 0 | 0.59 |
| HSL | 202.29º | 1% | 0.21% | - |
| HSV(B) | 202.29º | 1% | 0.41% | - |
| XYZ | 4.5 | 4.92 | 14.08 | - |
| YUV | 50.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 105 | 1 | 0.37 | 0 | 0.59 | 202.29 | 1 | 0.21 |
| Hex | 0 | 42 | 69 | 64 | 25 | 0 | 3B | CA | 64 | 15 |
| Octal | 0 | 102 | 151 | 144 | 45 | 0 | 73 | 312 | 144 | 25 |
| Binary | 0 | 1000010 | 1101001 | 1100100 | 100101 | 0 | 111011 | 11001010 | 1100100 | 10101 |
Color Harmonies of #004269
Complementary color
Monochromatic Colors of #004269
Black with #004269
Text Example
Text Example
White with #004269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004269; }
p { color: rgb(0,66,105); }
H1.HeaderClassName
{
color: #004269;
}
.AnyTagClassName
{
color: #004269;
}
</style>
background-color css
<style>
a { background-color: #004269; }
a { background-color: rgb(0,66,105); }
div.DivClassName
{
background-color: #004269;
}
.BgClassName
{
background-color: #004269;
}
</style>
border-color css
<style>
span { border-color: #004269; }
span { border-color: rgb(0,66,105); }
td.TdClassName
{
border-color: #004269;
}
.TagClassName
{
border-color: #004269;
}
</style>