Shades of Prussian Blue #00366B
Tints of Prussian Blue #00366B
RGB
CMYK
RGB Variations
Color information
#00366B (or 0x00366B) is known color: Prussian Blue. HEX triplet: 00, 36 and 6B. RGB value is (0,54,107). Sum of RGB (Red+Green+Blue) = 0+54+107=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #00366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00366B is #FFC994. Grayscale: #2B2B2B. Windows color (decimal): -16763285 or 7026176. OLE color: 7026176.
HSL color Cylindrical-coordinate representation of color #00366B: hue angle of 209.72º 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 #00366B is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 54 | 107 | - |
| CMYK | 1 | 0.50 | 0 | 0.58 |
| HSL | 209.72º | 1% | 0.21% | - |
| HSV(B) | 209.72º | 1% | 0.42% | - |
| XYZ | 3.97 | 3.7 | 14.41 | - |
| YUV | 43.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 107 | 1 | 0.50 | 0 | 0.58 | 209.72 | 1 | 0.21 |
| Hex | 0 | 36 | 6B | 64 | 32 | 0 | 3A | D2 | 64 | 15 |
| Octal | 0 | 66 | 153 | 144 | 62 | 0 | 72 | 322 | 144 | 25 |
| Binary | 0 | 110110 | 1101011 | 1100100 | 110010 | 0 | 111010 | 11010010 | 1100100 | 10101 |
Color Harmonies of #00366B
Complementary color
Monochromatic Colors of #00366B
Black with #00366B
Text Example
Text Example
White with #00366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00366B; }
p { color: rgb(0,54,107); }
H1.HeaderClassName
{
color: #00366B;
}
.AnyTagClassName
{
color: #00366B;
}
</style>
background-color css
<style>
a { background-color: #00366B; }
a { background-color: rgb(0,54,107); }
div.DivClassName
{
background-color: #00366B;
}
.BgClassName
{
background-color: #00366B;
}
</style>
border-color css
<style>
span { border-color: #00366B; }
span { border-color: rgb(0,54,107); }
td.TdClassName
{
border-color: #00366B;
}
.TagClassName
{
border-color: #00366B;
}
</style>