Shades of Prussian Blue #01436C
Tints of Prussian Blue #01436C
RGB
CMYK
RGB Variations
Color information
#01436C (or 0x01436C) is known color: Prussian Blue. HEX triplet: 01, 43 and 6C. RGB value is (1,67,108). Sum of RGB (Red+Green+Blue) = 1+67+108=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #01436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01436C is #FEBC93. Grayscale: #333333. Windows color (decimal): -16694420 or 7095041. OLE color: 7095041.
HSL color Cylindrical-coordinate representation of color #01436C: hue angle of 202.99º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01436C is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 67 | 108 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.58 |
| HSL | 202.99º | 0.98% | 0.21% | - |
| HSV(B) | 202.99º | 0.99% | 0.42% | - |
| XYZ | 4.73 | 5.1 | 14.92 | - |
| YUV | 51.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 108 | 0.99 | 0.38 | 0 | 0.58 | 202.99 | 0.98 | 0.21 |
| Hex | 1 | 43 | 6C | 63 | 26 | 0 | 3A | CB | 62 | 15 |
| Octal | 1 | 103 | 154 | 143 | 46 | 0 | 72 | 313 | 142 | 25 |
| Binary | 1 | 1000011 | 1101100 | 1100011 | 100110 | 0 | 111010 | 11001011 | 1100010 | 10101 |
Color Harmonies of #01436C
Complementary color
Monochromatic Colors of #01436C
Black with #01436C
Text Example
Text Example
White with #01436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01436C; }
p { color: rgb(1,67,108); }
H1.HeaderClassName
{
color: #01436C;
}
.AnyTagClassName
{
color: #01436C;
}
</style>
background-color css
<style>
a { background-color: #01436C; }
a { background-color: rgb(1,67,108); }
div.DivClassName
{
background-color: #01436C;
}
.BgClassName
{
background-color: #01436C;
}
</style>
border-color css
<style>
span { border-color: #01436C; }
span { border-color: rgb(1,67,108); }
td.TdClassName
{
border-color: #01436C;
}
.TagClassName
{
border-color: #01436C;
}
</style>