#0D3771

Color #0D3771 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #0D3771

Tints of Prussian Blue #0D3771

Color information

#0D3771 (or 0x0D3771) is unknown color: approx Prussian Blue. HEX triplet: 0D, 37 and 71. RGB value is (13,55,113). Sum of RGB (Red+Green+Blue) = 13+55+113=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D3771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3771 is #F2C88E. Grayscale: #303030. Windows color (decimal): -15911055 or 7419661. OLE color: 7419661.

HSL color Cylindrical-coordinate representation of color #0D3771: hue angle of 214.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3771 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1355113-
CMYK0.880.5100.56
HSL214.8º79.37%24.71%-
HSV(B)214.8º88.5%44.31%-
XYZ4.514.0116.16-
YUV49.05164.09102.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 7.18%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 113 (44.53% from 255) = 62.43%
R=7.18%
G=30.39%
B=62.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13551130.880.5100.56214.879.3724.71
HexD37715833038d74f19
Octal15671611306307032711731
Binary110111011111100011011000110011011100011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3771; }

 p { color: rgb(13,55,113); }

 H1.HeaderClassName
 {
   color: #0D3771;
 }
 .AnyTagClassName
 {
   color: #0D3771;
 }
</style>
background-color css

<style>
 a { background-color: #0D3771; }

 a { background-color: rgb(13,55,113); }

 div.DivClassName
 {
   background-color: #0D3771;
 }
 .BgClassName
 {
   background-color: #0D3771;
 }
</style>
border-color css

<style>
 span { border-color: #0D3771; }

 span { border-color: rgb(13,55,113); }

 td.TdClassName
 {
   border-color: #0D3771;
 }
 .TagClassName
 {
   border-color: #0D3771;
 }
</style>