#103359

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

Shades of Prussian Blue #103359

Tints of Prussian Blue #103359

Color information

#103359 (or 0x103359) is unknown color: approx Prussian Blue. HEX triplet: 10, 33 and 59. RGB value is (16,51,89). Sum of RGB (Red+Green+Blue) = 16+51+89=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #103359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103359 is #EFCCA6. Grayscale: #2C2C2C. Windows color (decimal): -15715495 or 5845776. OLE color: 5845776.

HSL color Cylindrical-coordinate representation of color #103359: hue angle of 211.23º 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 #103359 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165189-
CMYK0.820.4300.65
HSL211.23º69.52%20.59%-
HSV(B)211.23º82.02%34.9%-
XYZ3.23.29.9-
YUV44.87152.9107.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=10.26%
G=32.69%
B=57.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1651890.820.4300.65211.2369.5220.59
Hex103359522B041d34615
Octal206313112253010132310625
Binary10000110011101100110100101010110100000111010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103359; }

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

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

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

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

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

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

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

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