Shades of Prussian Blue #00244C
Tints of Prussian Blue #00244C
RGB
CMYK
RGB Variations
Color information
#00244C (or 0x00244C) is known color: Prussian Blue. HEX triplet: 00, 24 and 4C. RGB value is (0,36,76). Sum of RGB (Red+Green+Blue) = 0+36+76=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #00244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00244C is #FFDBB3. Grayscale: #1D1D1D. Windows color (decimal): -16767924 or 4989952. OLE color: 4989952.
HSL color Cylindrical-coordinate representation of color #00244C: hue angle of 211.58º 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 #00244C is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 36 | 76 | - |
| CMYK | 1 | 0.53 | 0 | 0.70 |
| HSL | 211.58º | 1% | 0.15% | - |
| HSV(B) | 211.58º | 1% | 0.3% | - |
| XYZ | 1.94 | 1.78 | 7.08 | - |
| YUV | 29.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 76 | 1 | 0.53 | 0 | 0.70 | 211.58 | 1 | 0.15 |
| Hex | 0 | 24 | 4C | 64 | 35 | 0 | 46 | D4 | 64 | F |
| Octal | 0 | 44 | 114 | 144 | 65 | 0 | 106 | 324 | 144 | 17 |
| Binary | 0 | 100100 | 1001100 | 1100100 | 110101 | 0 | 1000110 | 11010100 | 1100100 | 1111 |
Color Harmonies of #00244C
Complementary color
Monochromatic Colors of #00244C
Black with #00244C
Text Example
Text Example
White with #00244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00244C; }
p { color: rgb(0,36,76); }
H1.HeaderClassName
{
color: #00244C;
}
.AnyTagClassName
{
color: #00244C;
}
</style>
background-color css
<style>
a { background-color: #00244C; }
a { background-color: rgb(0,36,76); }
div.DivClassName
{
background-color: #00244C;
}
.BgClassName
{
background-color: #00244C;
}
</style>
border-color css
<style>
span { border-color: #00244C; }
span { border-color: rgb(0,36,76); }
td.TdClassName
{
border-color: #00244C;
}
.TagClassName
{
border-color: #00244C;
}
</style>