Shades of Prussian Blue #00244B
Tints of Prussian Blue #00244B
RGB
CMYK
RGB Variations
Color information
#00244B (or 0x00244B) is known color: Prussian Blue. HEX triplet: 00, 24 and 4B. RGB value is (0,36,75). Sum of RGB (Red+Green+Blue) = 0+36+75=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #00244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00244B is #FFDBB4. Grayscale: #1D1D1D. Windows color (decimal): -16767925 or 4924416. OLE color: 4924416.
HSL color Cylindrical-coordinate representation of color #00244B: hue angle of 211.2º 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 #00244B is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 36 | 75 | - |
| CMYK | 1 | 0.52 | 0 | 0.71 |
| HSL | 211.2º | 1% | 0.15% | - |
| HSV(B) | 211.2º | 1% | 0.29% | - |
| XYZ | 1.9 | 1.77 | 6.9 | - |
| YUV | 29.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 75 | 1 | 0.52 | 0 | 0.71 | 211.2 | 1 | 0.15 |
| Hex | 0 | 24 | 4B | 64 | 34 | 0 | 47 | D3 | 64 | F |
| Octal | 0 | 44 | 113 | 144 | 64 | 0 | 107 | 323 | 144 | 17 |
| Binary | 0 | 100100 | 1001011 | 1100100 | 110100 | 0 | 1000111 | 11010011 | 1100100 | 1111 |
Color Harmonies of #00244B
Complementary color
Monochromatic Colors of #00244B
Black with #00244B
Text Example
Text Example
White with #00244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00244B; }
p { color: rgb(0,36,75); }
H1.HeaderClassName
{
color: #00244B;
}
.AnyTagClassName
{
color: #00244B;
}
</style>
background-color css
<style>
a { background-color: #00244B; }
a { background-color: rgb(0,36,75); }
div.DivClassName
{
background-color: #00244B;
}
.BgClassName
{
background-color: #00244B;
}
</style>
border-color css
<style>
span { border-color: #00244B; }
span { border-color: rgb(0,36,75); }
td.TdClassName
{
border-color: #00244B;
}
.TagClassName
{
border-color: #00244B;
}
</style>