#10315D

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

Shades of Prussian Blue #10315D

Tints of Prussian Blue #10315D

Color information

#10315D (or 0x10315D) is unknown color: approx Prussian Blue. HEX triplet: 10, 31 and 5D. RGB value is (16,49,93). Sum of RGB (Red+Green+Blue) = 16+49+93=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #10315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10315D is #EFCEA2. Grayscale: #2B2B2B. Windows color (decimal): -15716003 or 6107408. OLE color: 6107408.

HSL color Cylindrical-coordinate representation of color #10315D: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10315D is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB164993-
CMYK0.830.4700.64
HSL214.29º70.64%21.37%-
HSV(B)214.29º82.8%36.47%-
XYZ3.293.110.78-
YUV44.15155.57107.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=10.13%
G=31.01%
B=58.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1649930.830.4700.64214.2970.6421.37
Hex10315D532F040d64715
Octal206113512357010032610725
Binary10000110001101110110100111011110100000011010110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10315D; }

 p { color: rgb(16,49,93); }

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

<style>
 a { background-color: #10315D; }

 a { background-color: rgb(16,49,93); }

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

<style>
 span { border-color: #10315D; }

 span { border-color: rgb(16,49,93); }

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