Shades of Prussian Blue #02466A
Tints of Prussian Blue #02466A
RGB
CMYK
RGB Variations
Color information
#02466A (or 0x02466A) is known color: Prussian Blue. HEX triplet: 02, 46 and 6A. RGB value is (2,70,106). Sum of RGB (Red+Green+Blue) = 2+70+106=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #02466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02466A is #FDB995. Grayscale: #353535. Windows color (decimal): -16628118 or 6964738. OLE color: 6964738.
HSL color Cylindrical-coordinate representation of color #02466A: hue angle of 200.77º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02466A is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 70 | 106 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.58 |
| HSL | 200.77º | 0.96% | 0.21% | - |
| HSV(B) | 200.77º | 0.98% | 0.42% | - |
| XYZ | 4.82 | 5.43 | 14.43 | - |
| YUV | 53.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 106 | 0.98 | 0.34 | 0 | 0.58 | 200.77 | 0.96 | 0.21 |
| Hex | 2 | 46 | 6A | 62 | 22 | 0 | 3A | C9 | 60 | 15 |
| Octal | 2 | 106 | 152 | 142 | 42 | 0 | 72 | 311 | 140 | 25 |
| Binary | 10 | 1000110 | 1101010 | 1100010 | 100010 | 0 | 111010 | 11001001 | 1100000 | 10101 |
Color Harmonies of #02466A
Complementary color
Monochromatic Colors of #02466A
Black with #02466A
Text Example
Text Example
White with #02466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02466A; }
p { color: rgb(2,70,106); }
H1.HeaderClassName
{
color: #02466A;
}
.AnyTagClassName
{
color: #02466A;
}
</style>
background-color css
<style>
a { background-color: #02466A; }
a { background-color: rgb(2,70,106); }
div.DivClassName
{
background-color: #02466A;
}
.BgClassName
{
background-color: #02466A;
}
</style>
border-color css
<style>
span { border-color: #02466A; }
span { border-color: rgb(2,70,106); }
td.TdClassName
{
border-color: #02466A;
}
.TagClassName
{
border-color: #02466A;
}
</style>