Shades of Prussian Blue #023B6D
Tints of Prussian Blue #023B6D
RGB
CMYK
RGB Variations
Color information
#023B6D (or 0x023B6D) is known color: Prussian Blue. HEX triplet: 02, 3B and 6D. RGB value is (2,59,109). Sum of RGB (Red+Green+Blue) = 2+59+109=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #023B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B6D is #FDC492. Grayscale: #2F2F2F. Windows color (decimal): -16630931 or 7158530. OLE color: 7158530.
HSL color Cylindrical-coordinate representation of color #023B6D: hue angle of 208.04º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B6D is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 59 | 109 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.57 |
| HSL | 208.04º | 0.96% | 0.22% | - |
| HSV(B) | 208.04º | 0.98% | 0.43% | - |
| XYZ | 4.35 | 4.24 | 15.06 | - |
| YUV | 47.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 109 | 0.98 | 0.46 | 0 | 0.57 | 208.04 | 0.96 | 0.22 |
| Hex | 2 | 3B | 6D | 62 | 2E | 0 | 39 | D0 | 60 | 16 |
| Octal | 2 | 73 | 155 | 142 | 56 | 0 | 71 | 320 | 140 | 26 |
| Binary | 10 | 111011 | 1101101 | 1100010 | 101110 | 0 | 111001 | 11010000 | 1100000 | 10110 |
Color Harmonies of #023B6D
Complementary color
Monochromatic Colors of #023B6D
Black with #023B6D
Text Example
Text Example
White with #023B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B6D; }
p { color: rgb(2,59,109); }
H1.HeaderClassName
{
color: #023B6D;
}
.AnyTagClassName
{
color: #023B6D;
}
</style>
background-color css
<style>
a { background-color: #023B6D; }
a { background-color: rgb(2,59,109); }
div.DivClassName
{
background-color: #023B6D;
}
.BgClassName
{
background-color: #023B6D;
}
</style>
border-color css
<style>
span { border-color: #023B6D; }
span { border-color: rgb(2,59,109); }
td.TdClassName
{
border-color: #023B6D;
}
.TagClassName
{
border-color: #023B6D;
}
</style>