Shades of Prussian Blue #12325C
Tints of Prussian Blue #12325C
RGB
CMYK
RGB Variations
Color information
#12325C (or 0x12325C) is known color: Prussian Blue. HEX triplet: 12, 32 and 5C. RGB value is (18,50,92). Sum of RGB (Red+Green+Blue) = 18+50+92=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #12325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12325C is #EDCDA3. Grayscale: #2D2D2D. Windows color (decimal): -15584676 or 6042130. OLE color: 6042130.
HSL color Cylindrical-coordinate representation of color #12325C: hue angle of 214.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12325C is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 50 | 92 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.64 |
| HSL | 214.05º | 0.67% | 0.22% | - |
| HSV(B) | 214.05º | 0.8% | 0.36% | - |
| XYZ | 3.32 | 3.18 | 10.56 | - |
| YUV | 45.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 92 | 0.80 | 0.46 | 0 | 0.64 | 214.05 | 0.67 | 0.22 |
| Hex | 12 | 32 | 5C | 50 | 2E | 0 | 40 | D6 | 43 | 16 |
| Octal | 22 | 62 | 134 | 120 | 56 | 0 | 100 | 326 | 103 | 26 |
| Binary | 10010 | 110010 | 1011100 | 1010000 | 101110 | 0 | 1000000 | 11010110 | 1000011 | 10110 |
Color Harmonies of #12325C
Complementary color
Monochromatic Colors of #12325C
Black with #12325C
Text Example
Text Example
White with #12325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12325C; }
p { color: rgb(18,50,92); }
H1.HeaderClassName
{
color: #12325C;
}
.AnyTagClassName
{
color: #12325C;
}
</style>
background-color css
<style>
a { background-color: #12325C; }
a { background-color: rgb(18,50,92); }
div.DivClassName
{
background-color: #12325C;
}
.BgClassName
{
background-color: #12325C;
}
</style>
border-color css
<style>
span { border-color: #12325C; }
span { border-color: rgb(18,50,92); }
td.TdClassName
{
border-color: #12325C;
}
.TagClassName
{
border-color: #12325C;
}
</style>