Shades of Prussian Blue #00305D
Tints of Prussian Blue #00305D
RGB
CMYK
RGB Variations
Color information
#00305D (or 0x00305D) is known color: Prussian Blue. HEX triplet: 00, 30 and 5D. RGB value is (0,48,93). Sum of RGB (Red+Green+Blue) = 0+48+93=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #00305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305D is #FFCFA2. Grayscale: #262626. Windows color (decimal): -16764835 or 6107136. OLE color: 6107136.
HSL color Cylindrical-coordinate representation of color #00305D: hue angle of 209.03º 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 #00305D is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 48 | 93 | - |
| CMYK | 1 | 0.48 | 0 | 0.64 |
| HSL | 209.03º | 1% | 0.18% | - |
| HSV(B) | 209.03º | 1% | 0.36% | - |
| XYZ | 3.03 | 2.9 | 10.76 | - |
| YUV | 38.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 93 | 1 | 0.48 | 0 | 0.64 | 209.03 | 1 | 0.18 |
| Hex | 0 | 30 | 5D | 64 | 30 | 0 | 40 | D1 | 64 | 12 |
| Octal | 0 | 60 | 135 | 144 | 60 | 0 | 100 | 321 | 144 | 22 |
| Binary | 0 | 110000 | 1011101 | 1100100 | 110000 | 0 | 1000000 | 11010001 | 1100100 | 10010 |
Color Harmonies of #00305D
Complementary color
Monochromatic Colors of #00305D
Black with #00305D
Text Example
Text Example
White with #00305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00305D; }
p { color: rgb(0,48,93); }
H1.HeaderClassName
{
color: #00305D;
}
.AnyTagClassName
{
color: #00305D;
}
</style>
background-color css
<style>
a { background-color: #00305D; }
a { background-color: rgb(0,48,93); }
div.DivClassName
{
background-color: #00305D;
}
.BgClassName
{
background-color: #00305D;
}
</style>
border-color css
<style>
span { border-color: #00305D; }
span { border-color: rgb(0,48,93); }
td.TdClassName
{
border-color: #00305D;
}
.TagClassName
{
border-color: #00305D;
}
</style>