Shades of Prussian Blue #00284B
Tints of Prussian Blue #00284B
RGB
CMYK
RGB Variations
Color information
#00284B (or 0x00284B) is known color: Prussian Blue. HEX triplet: 00, 28 and 4B. RGB value is (0,40,75). Sum of RGB (Red+Green+Blue) = 0+40+75=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #00284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00284B is #FFD7B4. Grayscale: #1F1F1F. Windows color (decimal): -16766901 or 4925440. OLE color: 4925440.
HSL color Cylindrical-coordinate representation of color #00284B: hue angle of 208º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00284B is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 40 | 75 | - |
| CMYK | 1 | 0.47 | 0 | 0.71 |
| HSL | 208º | 1% | 0.15% | - |
| HSV(B) | 208º | 1% | 0.29% | - |
| XYZ | 2.03 | 2.03 | 6.94 | - |
| YUV | 32.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 75 | 1 | 0.47 | 0 | 0.71 | 208 | 1 | 0.15 |
| Hex | 0 | 28 | 4B | 64 | 2F | 0 | 47 | D0 | 64 | F |
| Octal | 0 | 50 | 113 | 144 | 57 | 0 | 107 | 320 | 144 | 17 |
| Binary | 0 | 101000 | 1001011 | 1100100 | 101111 | 0 | 1000111 | 11010000 | 1100100 | 1111 |
Color Harmonies of #00284B
Complementary color
Monochromatic Colors of #00284B
Black with #00284B
Text Example
Text Example
White with #00284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00284B; }
p { color: rgb(0,40,75); }
H1.HeaderClassName
{
color: #00284B;
}
.AnyTagClassName
{
color: #00284B;
}
</style>
background-color css
<style>
a { background-color: #00284B; }
a { background-color: rgb(0,40,75); }
div.DivClassName
{
background-color: #00284B;
}
.BgClassName
{
background-color: #00284B;
}
</style>
border-color css
<style>
span { border-color: #00284B; }
span { border-color: rgb(0,40,75); }
td.TdClassName
{
border-color: #00284B;
}
.TagClassName
{
border-color: #00284B;
}
</style>