Shades of Prussian Blue #00366D
Tints of Prussian Blue #00366D
RGB
CMYK
RGB Variations
Color information
#00366D (or 0x00366D) is known color: Prussian Blue. HEX triplet: 00, 36 and 6D. RGB value is (0,54,109). Sum of RGB (Red+Green+Blue) = 0+54+109=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #00366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00366D is #FFC992. Grayscale: #2B2B2B. Windows color (decimal): -16763283 or 7157248. OLE color: 7157248.
HSL color Cylindrical-coordinate representation of color #00366D: hue angle of 210.28º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00366D is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 54 | 109 | - |
| CMYK | 1 | 0.50 | 0 | 0.57 |
| HSL | 210.28º | 1% | 0.21% | - |
| HSV(B) | 210.28º | 1% | 0.43% | - |
| XYZ | 4.08 | 3.74 | 14.98 | - |
| YUV | 44.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 109 | 1 | 0.50 | 0 | 0.57 | 210.28 | 1 | 0.21 |
| Hex | 0 | 36 | 6D | 64 | 32 | 0 | 39 | D2 | 64 | 15 |
| Octal | 0 | 66 | 155 | 144 | 62 | 0 | 71 | 322 | 144 | 25 |
| Binary | 0 | 110110 | 1101101 | 1100100 | 110010 | 0 | 111001 | 11010010 | 1100100 | 10101 |
Color Harmonies of #00366D
Complementary color
Monochromatic Colors of #00366D
Black with #00366D
Text Example
Text Example
White with #00366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00366D; }
p { color: rgb(0,54,109); }
H1.HeaderClassName
{
color: #00366D;
}
.AnyTagClassName
{
color: #00366D;
}
</style>
background-color css
<style>
a { background-color: #00366D; }
a { background-color: rgb(0,54,109); }
div.DivClassName
{
background-color: #00366D;
}
.BgClassName
{
background-color: #00366D;
}
</style>
border-color css
<style>
span { border-color: #00366D; }
span { border-color: rgb(0,54,109); }
td.TdClassName
{
border-color: #00366D;
}
.TagClassName
{
border-color: #00366D;
}
</style>