Shades of Prussian Blue #00275C
Tints of Prussian Blue #00275C
RGB
CMYK
RGB Variations
Color information
#00275C (or 0x00275C) is known color: Prussian Blue. HEX triplet: 00, 27 and 5C. RGB value is (0,39,92). Sum of RGB (Red+Green+Blue) = 0+39+92=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #00275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00275C is #FFD8A3. Grayscale: #212121. Windows color (decimal): -16767140 or 6039296. OLE color: 6039296.
HSL color Cylindrical-coordinate representation of color #00275C: hue angle of 214.57º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00275C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 39 | 92 | - |
| CMYK | 1 | 0.58 | 0 | 0.64 |
| HSL | 214.57º | 1% | 0.18% | - |
| HSV(B) | 214.57º | 1% | 0.36% | - |
| XYZ | 2.66 | 2.22 | 10.41 | - |
| YUV | 33.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 92 | 1 | 0.58 | 0 | 0.64 | 214.57 | 1 | 0.18 |
| Hex | 0 | 27 | 5C | 64 | 3A | 0 | 40 | D7 | 64 | 12 |
| Octal | 0 | 47 | 134 | 144 | 72 | 0 | 100 | 327 | 144 | 22 |
| Binary | 0 | 100111 | 1011100 | 1100100 | 111010 | 0 | 1000000 | 11010111 | 1100100 | 10010 |
Color Harmonies of #00275C
Complementary color
Monochromatic Colors of #00275C
Black with #00275C
Text Example
Text Example
White with #00275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00275C; }
p { color: rgb(0,39,92); }
H1.HeaderClassName
{
color: #00275C;
}
.AnyTagClassName
{
color: #00275C;
}
</style>
background-color css
<style>
a { background-color: #00275C; }
a { background-color: rgb(0,39,92); }
div.DivClassName
{
background-color: #00275C;
}
.BgClassName
{
background-color: #00275C;
}
</style>
border-color css
<style>
span { border-color: #00275C; }
span { border-color: rgb(0,39,92); }
td.TdClassName
{
border-color: #00275C;
}
.TagClassName
{
border-color: #00275C;
}
</style>