Shades of Prussian Blue #00416B
Tints of Prussian Blue #00416B
RGB
CMYK
RGB Variations
Color information
#00416B (or 0x00416B) is known color: Prussian Blue. HEX triplet: 00, 41 and 6B. RGB value is (0,65,107). Sum of RGB (Red+Green+Blue) = 0+65+107=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #00416B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00416B is #FFBE94. Grayscale: #323232. Windows color (decimal): -16760469 or 7028992. OLE color: 7028992.
HSL color Cylindrical-coordinate representation of color #00416B: hue angle of 203.55º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00416B is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 65 | 107 | - |
| CMYK | 1 | 0.39 | 0 | 0.58 |
| HSL | 203.55º | 1% | 0.21% | - |
| HSV(B) | 203.55º | 1% | 0.42% | - |
| XYZ | 4.54 | 4.84 | 14.61 | - |
| YUV | 50.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 107 | 1 | 0.39 | 0 | 0.58 | 203.55 | 1 | 0.21 |
| Hex | 0 | 41 | 6B | 64 | 27 | 0 | 3A | CC | 64 | 15 |
| Octal | 0 | 101 | 153 | 144 | 47 | 0 | 72 | 314 | 144 | 25 |
| Binary | 0 | 1000001 | 1101011 | 1100100 | 100111 | 0 | 111010 | 11001100 | 1100100 | 10101 |
Color Harmonies of #00416B
Complementary color
Monochromatic Colors of #00416B
Black with #00416B
Text Example
Text Example
White with #00416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00416B; }
p { color: rgb(0,65,107); }
H1.HeaderClassName
{
color: #00416B;
}
.AnyTagClassName
{
color: #00416B;
}
</style>
background-color css
<style>
a { background-color: #00416B; }
a { background-color: rgb(0,65,107); }
div.DivClassName
{
background-color: #00416B;
}
.BgClassName
{
background-color: #00416B;
}
</style>
border-color css
<style>
span { border-color: #00416B; }
span { border-color: rgb(0,65,107); }
td.TdClassName
{
border-color: #00416B;
}
.TagClassName
{
border-color: #00416B;
}
</style>