Shades of Prussian Blue #00366F
Tints of Prussian Blue #00366F
RGB
CMYK
RGB Variations
Color information
#00366F (or 0x00366F) is known color: Prussian Blue. HEX triplet: 00, 36 and 6F. RGB value is (0,54,111). Sum of RGB (Red+Green+Blue) = 0+54+111=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #00366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00366F is #FFC990. Grayscale: #2C2C2C. Windows color (decimal): -16763281 or 7288320. OLE color: 7288320.
HSL color Cylindrical-coordinate representation of color #00366F: hue angle of 210.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00366F is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 54 | 111 | - |
| CMYK | 1 | 0.51 | 0 | 0.56 |
| HSL | 210.81º | 1% | 0.22% | - |
| HSV(B) | 210.81º | 1% | 0.44% | - |
| XYZ | 4.19 | 3.79 | 15.55 | - |
| YUV | 44.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 111 | 1 | 0.51 | 0 | 0.56 | 210.81 | 1 | 0.22 |
| Hex | 0 | 36 | 6F | 64 | 33 | 0 | 38 | D3 | 64 | 16 |
| Octal | 0 | 66 | 157 | 144 | 63 | 0 | 70 | 323 | 144 | 26 |
| Binary | 0 | 110110 | 1101111 | 1100100 | 110011 | 0 | 111000 | 11010011 | 1100100 | 10110 |
Color Harmonies of #00366F
Complementary color
Monochromatic Colors of #00366F
Black with #00366F
Text Example
Text Example
White with #00366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00366F; }
p { color: rgb(0,54,111); }
H1.HeaderClassName
{
color: #00366F;
}
.AnyTagClassName
{
color: #00366F;
}
</style>
background-color css
<style>
a { background-color: #00366F; }
a { background-color: rgb(0,54,111); }
div.DivClassName
{
background-color: #00366F;
}
.BgClassName
{
background-color: #00366F;
}
</style>
border-color css
<style>
span { border-color: #00366F; }
span { border-color: rgb(0,54,111); }
td.TdClassName
{
border-color: #00366F;
}
.TagClassName
{
border-color: #00366F;
}
</style>