Shades of Prussian Blue #143C6B
Tints of Prussian Blue #143C6B
RGB
CMYK
RGB Variations
Color information
#143C6B (or 0x143C6B) is known color: Prussian Blue. HEX triplet: 14, 3C and 6B. RGB value is (20,60,107). Sum of RGB (Red+Green+Blue) = 20+60+107=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #143C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C6B is #EBC394. Grayscale: #353535. Windows color (decimal): -15451029 or 7027732. OLE color: 7027732.
HSL color Cylindrical-coordinate representation of color #143C6B: hue angle of 212.41º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143C6B is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 60 | 107 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.58 |
| HSL | 212.41º | 0.69% | 0.25% | - |
| HSV(B) | 212.41º | 0.81% | 0.42% | - |
| XYZ | 4.56 | 4.44 | 14.53 | - |
| YUV | 53.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 107 | 0.81 | 0.44 | 0 | 0.58 | 212.41 | 0.69 | 0.25 |
| Hex | 14 | 3C | 6B | 51 | 2C | 0 | 3A | D4 | 45 | 19 |
| Octal | 24 | 74 | 153 | 121 | 54 | 0 | 72 | 324 | 105 | 31 |
| Binary | 10100 | 111100 | 1101011 | 1010001 | 101100 | 0 | 111010 | 11010100 | 1000101 | 11001 |
Color Harmonies of #143C6B
Complementary color
Monochromatic Colors of #143C6B
Black with #143C6B
Text Example
Text Example
White with #143C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C6B; }
p { color: rgb(20,60,107); }
H1.HeaderClassName
{
color: #143C6B;
}
.AnyTagClassName
{
color: #143C6B;
}
</style>
background-color css
<style>
a { background-color: #143C6B; }
a { background-color: rgb(20,60,107); }
div.DivClassName
{
background-color: #143C6B;
}
.BgClassName
{
background-color: #143C6B;
}
</style>
border-color css
<style>
span { border-color: #143C6B; }
span { border-color: rgb(20,60,107); }
td.TdClassName
{
border-color: #143C6B;
}
.TagClassName
{
border-color: #143C6B;
}
</style>