#0d3260

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

Shades of Prussian Blue #0D3260

Tints of Prussian Blue #0D3260

Color information

#0D3260 (or 0x0D3260) is unknown color: approx Prussian Blue. HEX triplet: 0D, 32 and 60. RGB value is (13,50,96). Sum of RGB (Red+Green+Blue) = 13+50+96=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D3260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3260 is #F2CD9F. Grayscale: #2B2B2B. Windows color (decimal): -15912352 or 6304269. OLE color: 6304269.

HSL color Cylindrical-coordinate representation of color #0D3260: hue angle of 213.25º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3260 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB135096-
CMYK0.860.4800.62
HSL213.25º76.15%21.37%-
HSV(B)213.25º86.46%37.65%-
XYZ3.423.2111.51-
YUV44.18157.24105.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=8.18%
G=31.45%
B=60.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1350960.860.4800.62213.2576.1521.37
HexD3260563003Ed54c15
Octal15621401266007632511425
Binary110111001011000001010110110000011111011010101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d3260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,96); }

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

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

 a { background-color: rgb(13,50,96); }

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

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

 span { border-color: rgb(13,50,96); }

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