Shades of Prussian Blue #00285C
Tints of Prussian Blue #00285C
RGB
CMYK
RGB Variations
Color information
#00285C (or 0x00285C) is known color: Prussian Blue. HEX triplet: 00, 28 and 5C. RGB value is (0,40,92). Sum of RGB (Red+Green+Blue) = 0+40+92=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #00285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00285C is #FFD7A3. Grayscale: #212121. Windows color (decimal): -16766884 or 6039552. OLE color: 6039552.
HSL color Cylindrical-coordinate representation of color #00285C: hue angle of 213.91º 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 #00285C is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 40 | 92 | - |
| CMYK | 1 | 0.57 | 0 | 0.64 |
| HSL | 213.91º | 1% | 0.18% | - |
| HSV(B) | 213.91º | 1% | 0.36% | - |
| XYZ | 2.69 | 2.29 | 10.43 | - |
| YUV | 33.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 92 | 1 | 0.57 | 0 | 0.64 | 213.91 | 1 | 0.18 |
| Hex | 0 | 28 | 5C | 64 | 39 | 0 | 40 | D6 | 64 | 12 |
| Octal | 0 | 50 | 134 | 144 | 71 | 0 | 100 | 326 | 144 | 22 |
| Binary | 0 | 101000 | 1011100 | 1100100 | 111001 | 0 | 1000000 | 11010110 | 1100100 | 10010 |
Color Harmonies of #00285C
Complementary color
Monochromatic Colors of #00285C
Black with #00285C
Text Example
Text Example
White with #00285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00285C; }
p { color: rgb(0,40,92); }
H1.HeaderClassName
{
color: #00285C;
}
.AnyTagClassName
{
color: #00285C;
}
</style>
background-color css
<style>
a { background-color: #00285C; }
a { background-color: rgb(0,40,92); }
div.DivClassName
{
background-color: #00285C;
}
.BgClassName
{
background-color: #00285C;
}
</style>
border-color css
<style>
span { border-color: #00285C; }
span { border-color: rgb(0,40,92); }
td.TdClassName
{
border-color: #00285C;
}
.TagClassName
{
border-color: #00285C;
}
</style>