Shades of Prussian Blue #00365A
Tints of Prussian Blue #00365A
RGB
CMYK
RGB Variations
Color information
#00365A (or 0x00365A) is known color: Prussian Blue. HEX triplet: 00, 36 and 5A. RGB value is (0,54,90). Sum of RGB (Red+Green+Blue) = 0+54+90=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #00365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00365A is #FFC9A5. Grayscale: #292929. Windows color (decimal): -16763302 or 5912064. OLE color: 5912064.
HSL color Cylindrical-coordinate representation of color #00365A: hue angle of 204º 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 #00365A is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 54 | 90 | - |
| CMYK | 1 | 0.40 | 0 | 0.65 |
| HSL | 204º | 1% | 0.18% | - |
| HSV(B) | 204º | 1% | 0.35% | - |
| XYZ | 3.16 | 3.38 | 10.16 | - |
| YUV | 41.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 90 | 1 | 0.40 | 0 | 0.65 | 204 | 1 | 0.18 |
| Hex | 0 | 36 | 5A | 64 | 28 | 0 | 41 | CC | 64 | 12 |
| Octal | 0 | 66 | 132 | 144 | 50 | 0 | 101 | 314 | 144 | 22 |
| Binary | 0 | 110110 | 1011010 | 1100100 | 101000 | 0 | 1000001 | 11001100 | 1100100 | 10010 |
Color Harmonies of #00365A
Complementary color
Monochromatic Colors of #00365A
Black with #00365A
Text Example
Text Example
White with #00365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00365A; }
p { color: rgb(0,54,90); }
H1.HeaderClassName
{
color: #00365A;
}
.AnyTagClassName
{
color: #00365A;
}
</style>
background-color css
<style>
a { background-color: #00365A; }
a { background-color: rgb(0,54,90); }
div.DivClassName
{
background-color: #00365A;
}
.BgClassName
{
background-color: #00365A;
}
</style>
border-color css
<style>
span { border-color: #00365A; }
span { border-color: rgb(0,54,90); }
td.TdClassName
{
border-color: #00365A;
}
.TagClassName
{
border-color: #00365A;
}
</style>