Shades of Prussian Blue #00234D
Tints of Prussian Blue #00234D
RGB
CMYK
RGB Variations
Color information
#00234D (or 0x00234D) is known color: Prussian Blue. HEX triplet: 00, 23 and 4D. RGB value is (0,35,77). Sum of RGB (Red+Green+Blue) = 0+35+77=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #00234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00234D is #FFDCB2. Grayscale: #1D1D1D. Windows color (decimal): -16768179 or 5055232. OLE color: 5055232.
HSL color Cylindrical-coordinate representation of color #00234D: hue angle of 212.73º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00234D is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 35 | 77 | - |
| CMYK | 1 | 0.55 | 0 | 0.70 |
| HSL | 212.73º | 1% | 0.15% | - |
| HSV(B) | 212.73º | 1% | 0.3% | - |
| XYZ | 1.94 | 1.74 | 7.25 | - |
| YUV | 29.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 77 | 1 | 0.55 | 0 | 0.70 | 212.73 | 1 | 0.15 |
| Hex | 0 | 23 | 4D | 64 | 37 | 0 | 46 | D5 | 64 | F |
| Octal | 0 | 43 | 115 | 144 | 67 | 0 | 106 | 325 | 144 | 17 |
| Binary | 0 | 100011 | 1001101 | 1100100 | 110111 | 0 | 1000110 | 11010101 | 1100100 | 1111 |
Color Harmonies of #00234D
Complementary color
Monochromatic Colors of #00234D
Black with #00234D
Text Example
Text Example
White with #00234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00234D; }
p { color: rgb(0,35,77); }
H1.HeaderClassName
{
color: #00234D;
}
.AnyTagClassName
{
color: #00234D;
}
</style>
background-color css
<style>
a { background-color: #00234D; }
a { background-color: rgb(0,35,77); }
div.DivClassName
{
background-color: #00234D;
}
.BgClassName
{
background-color: #00234D;
}
</style>
border-color css
<style>
span { border-color: #00234D; }
span { border-color: rgb(0,35,77); }
td.TdClassName
{
border-color: #00234D;
}
.TagClassName
{
border-color: #00234D;
}
</style>