Shades of Prussian Blue #0F3A6B
Tints of Prussian Blue #0F3A6B
RGB
CMYK
RGB Variations
Color information
#0F3A6B (or 0x0F3A6B) is known color: Prussian Blue. HEX triplet: 0F, 3A and 6B. RGB value is (15,58,107). Sum of RGB (Red+Green+Blue) = 15+58+107=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F3A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3A6B is #F0C594. Grayscale: #323232. Windows color (decimal): -15779221 or 7027215. OLE color: 7027215.
HSL color Cylindrical-coordinate representation of color #0F3A6B: hue angle of 211.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3A6B is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 58 | 107 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.58 |
| HSL | 211.96º | 0.75% | 0.24% | - |
| HSV(B) | 211.96º | 0.86% | 0.42% | - |
| XYZ | 4.36 | 4.19 | 14.49 | - |
| YUV | 50.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 107 | 0.86 | 0.46 | 0 | 0.58 | 211.96 | 0.75 | 0.24 |
| Hex | F | 3A | 6B | 56 | 2E | 0 | 3A | D4 | 4B | 18 |
| Octal | 17 | 72 | 153 | 126 | 56 | 0 | 72 | 324 | 113 | 30 |
| Binary | 1111 | 111010 | 1101011 | 1010110 | 101110 | 0 | 111010 | 11010100 | 1001011 | 11000 |
Color Harmonies of #0F3A6B
Complementary color
Monochromatic Colors of #0F3A6B
Black with #0F3A6B
Text Example
Text Example
White with #0F3A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A6B; }
p { color: rgb(15,58,107); }
H1.HeaderClassName
{
color: #0F3A6B;
}
.AnyTagClassName
{
color: #0F3A6B;
}
</style>
background-color css
<style>
a { background-color: #0F3A6B; }
a { background-color: rgb(15,58,107); }
div.DivClassName
{
background-color: #0F3A6B;
}
.BgClassName
{
background-color: #0F3A6B;
}
</style>
border-color css
<style>
span { border-color: #0F3A6B; }
span { border-color: rgb(15,58,107); }
td.TdClassName
{
border-color: #0F3A6B;
}
.TagClassName
{
border-color: #0F3A6B;
}
</style>