Shades of Prussian Blue #004369
Tints of Prussian Blue #004369
RGB
CMYK
RGB Variations
Color information
#004369 (or 0x004369) is known color: Prussian Blue. HEX triplet: 00, 43 and 69. RGB value is (0,67,105). Sum of RGB (Red+Green+Blue) = 0+67+105=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #004369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004369 is #FFBC96. Grayscale: #333333. Windows color (decimal): -16759959 or 6898432. OLE color: 6898432.
HSL color Cylindrical-coordinate representation of color #004369: hue angle of 201.71º 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 #004369 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 67 | 105 | - |
| CMYK | 1 | 0.36 | 0 | 0.59 |
| HSL | 201.71º | 1% | 0.21% | - |
| HSV(B) | 201.71º | 1% | 0.41% | - |
| XYZ | 4.56 | 5.03 | 14.1 | - |
| YUV | 51.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 105 | 1 | 0.36 | 0 | 0.59 | 201.71 | 1 | 0.21 |
| Hex | 0 | 43 | 69 | 64 | 24 | 0 | 3B | CA | 64 | 15 |
| Octal | 0 | 103 | 151 | 144 | 44 | 0 | 73 | 312 | 144 | 25 |
| Binary | 0 | 1000011 | 1101001 | 1100100 | 100100 | 0 | 111011 | 11001010 | 1100100 | 10101 |
Color Harmonies of #004369
Complementary color
Monochromatic Colors of #004369
Black with #004369
Text Example
Text Example
White with #004369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004369; }
p { color: rgb(0,67,105); }
H1.HeaderClassName
{
color: #004369;
}
.AnyTagClassName
{
color: #004369;
}
</style>
background-color css
<style>
a { background-color: #004369; }
a { background-color: rgb(0,67,105); }
div.DivClassName
{
background-color: #004369;
}
.BgClassName
{
background-color: #004369;
}
</style>
border-color css
<style>
span { border-color: #004369; }
span { border-color: rgb(0,67,105); }
td.TdClassName
{
border-color: #004369;
}
.TagClassName
{
border-color: #004369;
}
</style>