Shades of Prussian Blue #00395A
Tints of Prussian Blue #00395A
RGB
CMYK
RGB Variations
Color information
#00395A (or 0x00395A) is known color: Prussian Blue. HEX triplet: 00, 39 and 5A. RGB value is (0,57,90). Sum of RGB (Red+Green+Blue) = 0+57+90=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #00395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00395A is #FFC6A5. Grayscale: #2B2B2B. Windows color (decimal): -16762534 or 5912832. OLE color: 5912832.
HSL color Cylindrical-coordinate representation of color #00395A: hue angle of 202º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00395A is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 57 | 90 | - |
| CMYK | 1 | 0.37 | 0 | 0.65 |
| HSL | 202º | 1% | 0.18% | - |
| HSV(B) | 202º | 1% | 0.35% | - |
| XYZ | 3.31 | 3.66 | 10.21 | - |
| YUV | 43.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 90 | 1 | 0.37 | 0 | 0.65 | 202 | 1 | 0.18 |
| Hex | 0 | 39 | 5A | 64 | 25 | 0 | 41 | CA | 64 | 12 |
| Octal | 0 | 71 | 132 | 144 | 45 | 0 | 101 | 312 | 144 | 22 |
| Binary | 0 | 111001 | 1011010 | 1100100 | 100101 | 0 | 1000001 | 11001010 | 1100100 | 10010 |
Color Harmonies of #00395A
Complementary color
Monochromatic Colors of #00395A
Black with #00395A
Text Example
Text Example
White with #00395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00395A; }
p { color: rgb(0,57,90); }
H1.HeaderClassName
{
color: #00395A;
}
.AnyTagClassName
{
color: #00395A;
}
</style>
background-color css
<style>
a { background-color: #00395A; }
a { background-color: rgb(0,57,90); }
div.DivClassName
{
background-color: #00395A;
}
.BgClassName
{
background-color: #00395A;
}
</style>
border-color css
<style>
span { border-color: #00395A; }
span { border-color: rgb(0,57,90); }
td.TdClassName
{
border-color: #00395A;
}
.TagClassName
{
border-color: #00395A;
}
</style>