Shades of Prussian Blue #00314B
Tints of Prussian Blue #00314B
RGB
CMYK
RGB Variations
Color information
#00314B (or 0x00314B) is known color: Prussian Blue. HEX triplet: 00, 31 and 4B. RGB value is (0,49,75). Sum of RGB (Red+Green+Blue) = 0+49+75=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #00314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00314B is #FFCEB4. Grayscale: #252525. Windows color (decimal): -16764597 or 4927744. OLE color: 4927744.
HSL color Cylindrical-coordinate representation of color #00314B: hue angle of 200.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00314B is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 49 | 75 | - |
| CMYK | 1 | 0.35 | 0 | 0.71 |
| HSL | 200.8º | 1% | 0.15% | - |
| HSV(B) | 200.8º | 1% | 0.29% | - |
| XYZ | 2.37 | 2.7 | 7.05 | - |
| YUV | 37.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 75 | 1 | 0.35 | 0 | 0.71 | 200.8 | 1 | 0.15 |
| Hex | 0 | 31 | 4B | 64 | 23 | 0 | 47 | C9 | 64 | F |
| Octal | 0 | 61 | 113 | 144 | 43 | 0 | 107 | 311 | 144 | 17 |
| Binary | 0 | 110001 | 1001011 | 1100100 | 100011 | 0 | 1000111 | 11001001 | 1100100 | 1111 |
Color Harmonies of #00314B
Complementary color
Monochromatic Colors of #00314B
Black with #00314B
Text Example
Text Example
White with #00314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00314B; }
p { color: rgb(0,49,75); }
H1.HeaderClassName
{
color: #00314B;
}
.AnyTagClassName
{
color: #00314B;
}
</style>
background-color css
<style>
a { background-color: #00314B; }
a { background-color: rgb(0,49,75); }
div.DivClassName
{
background-color: #00314B;
}
.BgClassName
{
background-color: #00314B;
}
</style>
border-color css
<style>
span { border-color: #00314B; }
span { border-color: rgb(0,49,75); }
td.TdClassName
{
border-color: #00314B;
}
.TagClassName
{
border-color: #00314B;
}
</style>