#103059

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

Shades of Prussian Blue #103059

Tints of Prussian Blue #103059

Color information

#103059 (or 0x103059) is unknown color: approx Prussian Blue. HEX triplet: 10, 30 and 59. RGB value is (16,48,89). Sum of RGB (Red+Green+Blue) = 16+48+89=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #103059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103059 is #EFCFA6. Grayscale: #2A2A2A. Windows color (decimal): -15716263 or 5845008. OLE color: 5845008.

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

Color convert

RGB164889-
CMYK0.820.4600.65
HSL213.7º69.52%20.59%-
HSV(B)213.7º82.02%34.9%-
XYZ3.072.959.86-
YUV43.11153.9108.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 89 (35.16% from 255) = 58.17%
R=10.46%
G=31.37%
B=58.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1648890.820.4600.65213.769.5220.59
Hex103059522E041d64615
Octal206013112256010132610625
Binary10000110000101100110100101011100100000111010110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103059; }

 p { color: rgb(16,48,89); }

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

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

 a { background-color: rgb(16,48,89); }

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

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

 span { border-color: rgb(16,48,89); }

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