Shades of Prussian Blue #00415C
Tints of Prussian Blue #00415C
RGB
CMYK
RGB Variations
Color information
#00415C (or 0x00415C) is known color: Prussian Blue. HEX triplet: 00, 41 and 5C. RGB value is (0,65,92). Sum of RGB (Red+Green+Blue) = 0+65+92=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #00415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00415C is #FFBEA3. Grayscale: #303030. Windows color (decimal): -16760484 or 6045952. OLE color: 6045952.
HSL color Cylindrical-coordinate representation of color #00415C: hue angle of 197.61º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00415C is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 65 | 92 | - |
| CMYK | 1 | 0.29 | 0 | 0.64 |
| HSL | 197.61º | 1% | 0.18% | - |
| HSV(B) | 197.61º | 1% | 0.36% | - |
| XYZ | 3.82 | 4.55 | 10.8 | - |
| YUV | 48.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 92 | 1 | 0.29 | 0 | 0.64 | 197.61 | 1 | 0.18 |
| Hex | 0 | 41 | 5C | 64 | 1D | 0 | 40 | C6 | 64 | 12 |
| Octal | 0 | 101 | 134 | 144 | 35 | 0 | 100 | 306 | 144 | 22 |
| Binary | 0 | 1000001 | 1011100 | 1100100 | 11101 | 0 | 1000000 | 11000110 | 1100100 | 10010 |
Color Harmonies of #00415C
Complementary color
Monochromatic Colors of #00415C
Black with #00415C
Text Example
Text Example
White with #00415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00415C; }
p { color: rgb(0,65,92); }
H1.HeaderClassName
{
color: #00415C;
}
.AnyTagClassName
{
color: #00415C;
}
</style>
background-color css
<style>
a { background-color: #00415C; }
a { background-color: rgb(0,65,92); }
div.DivClassName
{
background-color: #00415C;
}
.BgClassName
{
background-color: #00415C;
}
</style>
border-color css
<style>
span { border-color: #00415C; }
span { border-color: rgb(0,65,92); }
td.TdClassName
{
border-color: #00415C;
}
.TagClassName
{
border-color: #00415C;
}
</style>