#10325A

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

Shades of Prussian Blue #10325A

Tints of Prussian Blue #10325A

Color information

#10325A (or 0x10325A) is unknown color: approx Prussian Blue. HEX triplet: 10, 32 and 5A. RGB value is (16,50,90). Sum of RGB (Red+Green+Blue) = 16+50+90=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #10325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10325A is #EFCDA5. Grayscale: #2C2C2C. Windows color (decimal): -15715750 or 5911056. OLE color: 5911056.

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

Color convert

RGB165090-
CMYK0.820.4400.65
HSL212.43º69.81%20.78%-
HSV(B)212.43º82.22%35.29%-
XYZ3.23.1310.11-
YUV44.39153.74107.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=10.26%
G=32.05%
B=57.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1650900.820.4400.65212.4369.8120.78
Hex10325A522C041d44615
Octal206213212254010132410625
Binary10000110010101101010100101011000100000111010100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10325A; }

 p { color: rgb(16,50,90); }

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

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

 a { background-color: rgb(16,50,90); }

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

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

 span { border-color: rgb(16,50,90); }

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