Shades of Prussian Blue #002F5C
Tints of Prussian Blue #002F5C
RGB
CMYK
RGB Variations
Color information
#002F5C (or 0x002F5C) is known color: Prussian Blue. HEX triplet: 00, 2F and 5C. RGB value is (0,47,92). Sum of RGB (Red+Green+Blue) = 0+47+92=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #002F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F5C is #FFD0A3. Grayscale: #252525. Windows color (decimal): -16765092 or 6041344. OLE color: 6041344.
HSL color Cylindrical-coordinate representation of color #002F5C: hue angle of 209.35º 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 #002F5C is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 47 | 92 | - |
| CMYK | 1 | 0.49 | 0 | 0.64 |
| HSL | 209.35º | 1% | 0.18% | - |
| HSV(B) | 209.35º | 1% | 0.36% | - |
| XYZ | 2.95 | 2.81 | 10.51 | - |
| YUV | 38.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 92 | 1 | 0.49 | 0 | 0.64 | 209.35 | 1 | 0.18 |
| Hex | 0 | 2F | 5C | 64 | 31 | 0 | 40 | D1 | 64 | 12 |
| Octal | 0 | 57 | 134 | 144 | 61 | 0 | 100 | 321 | 144 | 22 |
| Binary | 0 | 101111 | 1011100 | 1100100 | 110001 | 0 | 1000000 | 11010001 | 1100100 | 10010 |
Color Harmonies of #002F5C
Complementary color
Monochromatic Colors of #002F5C
Black with #002F5C
Text Example
Text Example
White with #002F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F5C; }
p { color: rgb(0,47,92); }
H1.HeaderClassName
{
color: #002F5C;
}
.AnyTagClassName
{
color: #002F5C;
}
</style>
background-color css
<style>
a { background-color: #002F5C; }
a { background-color: rgb(0,47,92); }
div.DivClassName
{
background-color: #002F5C;
}
.BgClassName
{
background-color: #002F5C;
}
</style>
border-color css
<style>
span { border-color: #002F5C; }
span { border-color: rgb(0,47,92); }
td.TdClassName
{
border-color: #002F5C;
}
.TagClassName
{
border-color: #002F5C;
}
</style>