#10355B

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

Shades of Prussian Blue #10355B

Tints of Prussian Blue #10355B

Color information

#10355B (or 0x10355B) is unknown color: approx Prussian Blue. HEX triplet: 10, 35 and 5B. RGB value is (16,53,91). Sum of RGB (Red+Green+Blue) = 16+53+91=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #10355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10355B is #EFCAA4. Grayscale: #2E2E2E. Windows color (decimal): -15714981 or 5977360. OLE color: 5977360.

HSL color Cylindrical-coordinate representation of color #10355B: hue angle of 210.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10355B is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB165391-
CMYK0.820.4200.64
HSL210.4º70.09%20.98%-
HSV(B)210.4º82.42%35.69%-
XYZ3.383.4110.38-
YUV46.27153.24106.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=10%
G=33.12%
B=56.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1653910.820.4200.64210.470.0920.98
Hex10355B522A040d24615
Octal206513312252010032210625
Binary10000110101101101110100101010100100000011010010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10355B; }

 p { color: rgb(16,53,91); }

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

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

 a { background-color: rgb(16,53,91); }

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

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

 span { border-color: rgb(16,53,91); }

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