#0D315A

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

Shades of Prussian Blue #0D315A

Tints of Prussian Blue #0D315A

Color information

#0D315A (or 0x0D315A) is unknown color: approx Prussian Blue. HEX triplet: 0D, 31 and 5A. RGB value is (13,49,90). Sum of RGB (Red+Green+Blue) = 13+49+90=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D315A is #F2CEA5. Grayscale: #2A2A2A. Windows color (decimal): -15912614 or 5910797. OLE color: 5910797.

HSL color Cylindrical-coordinate representation of color #0D315A: hue angle of 211.95º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D315A is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB134990-
CMYK0.860.4600.65
HSL211.95º74.76%20.2%-
HSV(B)211.95º85.56%35.29%-
XYZ3.113.0210.09-
YUV42.91154.57106.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=8.55%
G=32.24%
B=59.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1349900.860.4600.65211.9574.7620.2
HexD315A562E041d44b14
Octal156113212656010132411324
Binary1101110001101101010101101011100100000111010100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,90); }

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

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

 a { background-color: rgb(13,49,90); }

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

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

 span { border-color: rgb(13,49,90); }

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