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