#10345B

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

Shades of Prussian Blue #10345B

Tints of Prussian Blue #10345B

Color information

#10345B (or 0x10345B) is unknown color: approx Prussian Blue. HEX triplet: 10, 34 and 5B. RGB value is (16,52,91). Sum of RGB (Red+Green+Blue) = 16+52+91=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #10345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10345B is #EFCBA4. Grayscale: #2D2D2D. Windows color (decimal): -15715237 or 5977104. OLE color: 5977104.

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

Color convert

RGB165291-
CMYK0.820.4300.64
HSL211.2º70.09%20.98%-
HSV(B)211.2º82.42%35.69%-
XYZ3.333.3210.36-
YUV45.68153.57106.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=10.06%
G=32.70%
B=57.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1652910.820.4300.64211.270.0920.98
Hex10345B522B040d34615
Octal206413312253010032310625
Binary10000110100101101110100101010110100000011010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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