Shades of Prussian Blue #024665
Tints of Prussian Blue #024665
RGB
CMYK
RGB Variations
Color information
#024665 (or 0x024665) is known color: Prussian Blue. HEX triplet: 02, 46 and 65. RGB value is (2,70,101). Sum of RGB (Red+Green+Blue) = 2+70+101=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #024665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024665 is #FDB99A. Grayscale: #353535. Windows color (decimal): -16628123 or 6637058. OLE color: 6637058.
HSL color Cylindrical-coordinate representation of color #024665: hue angle of 198.79º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024665 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 70 | 101 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.60 |
| HSL | 198.79º | 0.96% | 0.2% | - |
| HSV(B) | 198.79º | 0.98% | 0.4% | - |
| XYZ | 4.56 | 5.33 | 13.1 | - |
| YUV | 53.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 101 | 0.98 | 0.31 | 0 | 0.60 | 198.79 | 0.96 | 0.2 |
| Hex | 2 | 46 | 65 | 62 | 1F | 0 | 3C | C7 | 60 | 14 |
| Octal | 2 | 106 | 145 | 142 | 37 | 0 | 74 | 307 | 140 | 24 |
| Binary | 10 | 1000110 | 1100101 | 1100010 | 11111 | 0 | 111100 | 11000111 | 1100000 | 10100 |
Color Harmonies of #024665
Complementary color
Monochromatic Colors of #024665
Black with #024665
Text Example
Text Example
White with #024665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024665; }
p { color: rgb(2,70,101); }
H1.HeaderClassName
{
color: #024665;
}
.AnyTagClassName
{
color: #024665;
}
</style>
background-color css
<style>
a { background-color: #024665; }
a { background-color: rgb(2,70,101); }
div.DivClassName
{
background-color: #024665;
}
.BgClassName
{
background-color: #024665;
}
</style>
border-color css
<style>
span { border-color: #024665; }
span { border-color: rgb(2,70,101); }
td.TdClassName
{
border-color: #024665;
}
.TagClassName
{
border-color: #024665;
}
</style>