Shades of Prussian Blue #024269
Tints of Prussian Blue #024269
RGB
CMYK
RGB Variations
Color information
#024269 (or 0x024269) is known color: Prussian Blue. HEX triplet: 02, 42 and 69. RGB value is (2,66,105). Sum of RGB (Red+Green+Blue) = 2+66+105=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #024269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024269 is #FDBD96. Grayscale: #333333. Windows color (decimal): -16629143 or 6898178. OLE color: 6898178.
HSL color Cylindrical-coordinate representation of color #024269: hue angle of 202.72º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024269 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 66 | 105 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.59 |
| HSL | 202.72º | 0.96% | 0.21% | - |
| HSV(B) | 202.72º | 0.98% | 0.41% | - |
| XYZ | 4.52 | 4.93 | 14.08 | - |
| YUV | 51.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 105 | 0.98 | 0.37 | 0 | 0.59 | 202.72 | 0.96 | 0.21 |
| Hex | 2 | 42 | 69 | 62 | 25 | 0 | 3B | CB | 60 | 15 |
| Octal | 2 | 102 | 151 | 142 | 45 | 0 | 73 | 313 | 140 | 25 |
| Binary | 10 | 1000010 | 1101001 | 1100010 | 100101 | 0 | 111011 | 11001011 | 1100000 | 10101 |
Color Harmonies of #024269
Complementary color
Monochromatic Colors of #024269
Black with #024269
Text Example
Text Example
White with #024269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024269; }
p { color: rgb(2,66,105); }
H1.HeaderClassName
{
color: #024269;
}
.AnyTagClassName
{
color: #024269;
}
</style>
background-color css
<style>
a { background-color: #024269; }
a { background-color: rgb(2,66,105); }
div.DivClassName
{
background-color: #024269;
}
.BgClassName
{
background-color: #024269;
}
</style>
border-color css
<style>
span { border-color: #024269; }
span { border-color: rgb(2,66,105); }
td.TdClassName
{
border-color: #024269;
}
.TagClassName
{
border-color: #024269;
}
</style>